Skip to content

Commit

Permalink
Prepare rauthy-client 0.6.1 (#676)
Browse files Browse the repository at this point in the history
* bump version

* update changelog

* update examples with new version
  • Loading branch information
sebadob authored Jan 1, 2025
1 parent 4df0f89 commit c76d281
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions rauthy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.6.1

Fixes the `OptionalFromRequestParts` trait impl for `axum-0.8` in a way that it makes the example work
again as expected.

## v0.6.0

Brings compatibility for `axum-0.8` by bumping `axum` and `axum_extra` dependencies.
Expand Down
2 changes: 1 addition & 1 deletion rauthy-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rauthy-client"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Sebastian Dobe <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rauthy-client/examples/actix-web/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rauthy-client/examples/axum/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rauthy-client/examples/generic/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c76d281

Please sign in to comment.