-
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_reqwest 0.5.0 (#67)
Co-authored-by: Marcus Griep <[email protected]>
- Loading branch information
1 parent
ab033cb
commit 8dafeb3
Showing
3 changed files
with
23 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
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,21 @@ | ||
# Changelog | ||
|
||
## [0.5.0](https://github.com/neoeinstein/aliri/compare/aliri_reqwest-v0.4.1...aliri_reqwest-v0.5.0) (2024-04-12) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **deps:** update aliri_tokens to 0.3.0 | ||
* upgrade to reqwest 0.12 ([#78](https://github.com/neoeinstein/aliri/issues/78)) | ||
* **deps:** update rust crate predicates to v3 ([#72](https://github.com/neoeinstein/aliri/issues/72)) | ||
|
||
### Features | ||
|
||
* upgrade to reqwest 0.12 ([#78](https://github.com/neoeinstein/aliri/issues/78)) ([5582b54](https://github.com/neoeinstein/aliri/commit/5582b5484d01cfe9e914c70bf8f7c600d2486ddb)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update aliri_tokens to 0.3.0 ([ab033cb](https://github.com/neoeinstein/aliri/commit/ab033cb4e5481d1d69822ae53e42d9558bfaf65b)) | ||
* **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 predicates to v3 ([#72](https://github.com/neoeinstein/aliri/issues/72)) ([0b075b9](https://github.com/neoeinstein/aliri/commit/0b075b99616cd03ac97e9449856e4f6d61fbddea)) |
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_reqwest" | |
description = "Background token management and renewal for reqwest based on best practices" | ||
keywords = [ "reqwest", "jwt", "oauth2", "auth" ] | ||
categories = [ "authentication" ] | ||
version = "0.4.1" | ||
version = "0.5.0" | ||
authors = ["Marcus Griep <[email protected]>"] | ||
edition = "2021" | ||
readme = "../README.md" | ||
|