Skip to content

Commit

Permalink
chore(main): release aliri_reqwest 0.5.0 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Griep <[email protected]>
  • Loading branch information
github-actions[bot] and neoeinstein authored Apr 12, 2024
1 parent ab033cb commit 8dafeb3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"aliri_clock": "0.1.4",
"aliri_marcos": "0.1.2",
"aliri_oauth2": "0.10.1",
"aliri_reqwest": "0.4.1",
"aliri_reqwest": "0.5.0",
"aliri_tokens": "0.3.0",
"aliri_tower": "0.6.0",
"aliri_traits": "0.1.1",
Expand Down
21 changes: 21 additions & 0 deletions aliri_reqwest/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion aliri_reqwest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8dafeb3

Please sign in to comment.