-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release aliri 0.6.3 (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1291cba
commit d8550a2
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|