Skip to content

Commit

Permalink
chore(main): release aliri_tower 0.6.0 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 12, 2024
1 parent a2ae431 commit 380198e
Show file tree
Hide file tree
Showing 3 changed files with 21 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 @@ -8,7 +8,7 @@
"aliri_oauth2": "0.10.1",
"aliri_reqwest": "0.4.1",
"aliri_tokens": "0.2.3",
"aliri_tower": "0.5.0",
"aliri_tower": "0.6.0",
"aliri_traits": "0.1.1",
"aliri_warp": "0.9.0"
}
19 changes: 19 additions & 0 deletions aliri_tower/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [0.6.0](https://github.com/neoeinstein/aliri/compare/aliri_tower-v0.5.0...aliri_tower-v0.6.0) (2024-04-12)


### ⚠ BREAKING CHANGES

* **deps:** update Rust HTTP crates to be based on HTTP 1.0 ([#70](https://github.com/neoeinstein/aliri/issues/70))

### Features

* debug trace outputs on JWT validation failure ([#43](https://github.com/neoeinstein/aliri/issues/43)) ([b22724d](https://github.com/neoeinstein/aliri/commit/b22724d1e920d776a1dabbfd2b0ccecf0f8fe2f9))
* **deps:** update Rust HTTP crates to be based on HTTP 1.0 ([#70](https://github.com/neoeinstein/aliri/issues/70)) ([3157a38](https://github.com/neoeinstein/aliri/commit/3157a389362c1f882e5c0bb0070bd8d2b6ead676))


### 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 tower-layer to 0.3.2 ([#71](https://github.com/neoeinstein/aliri/issues/71)) ([0550e7d](https://github.com/neoeinstein/aliri/commit/0550e7d9ecbf482c0ae28080311bd3e2500e7429))
2 changes: 1 addition & 1 deletion aliri_tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aliri_tower"
description = "Tower middleware for interacting with `aliri` authorities"
keywords = [ "tower", "jose", "jwt", "oauth2", "auth" ]
categories = [ "authentication", "web-programming", "web-programming::http-server" ]
version = "0.5.0"
version = "0.6.0"
authors = ["Marcus Griep <marcus@griep.us>"]
edition = "2021"
readme = "../README.md"
Expand Down

0 comments on commit 380198e

Please sign in to comment.