Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release aliri_reqwest 0.5.0 #67

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <marcus@griep.us>"]
edition = "2021"
readme = "../README.md"
Expand Down