Skip to content

Commit

Permalink
chore(main): release aliri 0.6.3 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 12, 2024
1 parent 1291cba commit d8550a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"aliri": "0.6.2",
"aliri": "0.6.3",
"aliri_actix": "0.9.0",
"aliri_axum": "0.3.0",
"aliri_base64": "0.1.8",
Expand Down
14 changes: 14 additions & 0 deletions aliri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.6.3](https://github.com/neoeinstein/aliri/compare/aliri-v0.6.2...aliri-v0.6.3) (2024-04-12)


### Features

* Implement FromStr for Algorithm ([#42](https://github.com/neoeinstein/aliri/issues/42)) ([6d592ff](https://github.com/neoeinstein/aliri/commit/6d592ffb581165c2a5137247063697bda4a2d7e0))


### Bug Fixes

* **deps:** update cargo all non breaking changes ([#54](https://github.com/neoeinstein/aliri/issues/54)) ([4218dab](https://github.com/neoeinstein/aliri/commit/4218dabe09f51daf699b1efbf317427ede063fe3))
* **deps:** update rust crate ring to 0.17 ([#56](https://github.com/neoeinstein/aliri/issues/56)) ([bf338ab](https://github.com/neoeinstein/aliri/commit/bf338ab1d2a5ee62b4ba9ce0fb5f2c39e3fd7231))
2 changes: 1 addition & 1 deletion aliri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aliri"
description = "Implementations of the Javascript/JSON Object Signing and Encryption (JOSE) standards"
keywords = [ "jwk", "jwa", "jose", "jwt", "auth" ]
categories = [ "authentication" ]
version = "0.6.2"
version = "0.6.3"
authors = ["Marcus Griep <[email protected]>"]
edition = "2018"
readme = "../README.md"
Expand Down

0 comments on commit d8550a2

Please sign in to comment.