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_axum 0.4.0 #62

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
@@ -1,7 +1,7 @@
{
"aliri": "0.6.3",
"aliri_actix": "0.9.1",
"aliri_axum": "0.3.0",
"aliri_axum": "0.4.0",
"aliri_base64": "0.1.8",
"aliri_clock": "0.1.4",
"aliri_marcos": "0.1.2",
Expand Down
19 changes: 19 additions & 0 deletions aliri_axum/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion aliri_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <marcus@griep.us>"]
edition = "2021"
readme = "../README.md"
Expand Down