-
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_axum 0.4.0 (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Marcus Griep <[email protected]>
- Loading branch information
1 parent
9e0b858
commit 86ff0da
Showing
3 changed files
with
21 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,19 @@ | ||
# Changelog | ||
|
||
## [0.4.0](https://github.com/neoeinstein/aliri/compare/aliri_axum-v0.3.0...aliri_axum-v0.4.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 | ||
|
||
* **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 reqwest to v0.12.3 ([#69](https://github.com/neoeinstein/aliri/issues/69)) ([a6a47db](https://github.com/neoeinstein/aliri/commit/a6a47dbfa0cddf28153f969d0c5bd0cf7d09c316)) | ||
* **deps:** update rust tracing monorepo ([#53](https://github.com/neoeinstein/aliri/issues/53)) ([1b83612](https://github.com/neoeinstein/aliri/commit/1b83612dbcfc94afaeb6b9e52fbf26da45986822)) |
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_axum" | |
description = "Axum for interacting with `aliri` authorities" | ||
keywords = [ "axum", "jose", "jwt", "oauth2", "auth" ] | ||
categories = [ "authentication", "web-programming", "web-programming::http-server" ] | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Marcus Griep <[email protected]>"] | ||
edition = "2021" | ||
readme = "../README.md" | ||
|