diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d80a6a..57fa967 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/aliri/CHANGELOG.md b/aliri/CHANGELOG.md new file mode 100644 index 0000000..02cfa23 --- /dev/null +++ b/aliri/CHANGELOG.md @@ -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)) diff --git a/aliri/Cargo.toml b/aliri/Cargo.toml index 0afbf96..1821874 100644 --- a/aliri/Cargo.toml +++ b/aliri/Cargo.toml @@ -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 "] edition = "2018" readme = "../README.md"