Skip to content

Commit

Permalink
axum-extra - v0.4.1 (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Nov 29, 2022
1 parent c7985b7 commit 2121979
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions axum-extra/CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].

# Unreleased

- None.

# 0.4.1 (29. November, 2022)

- **fixed:** Fix wrong `From` impl for `Resource` ([#1589])

[#1589]: https://github.com/tokio-rs/axum/pull/1589
Expand Down
2 changes: 1 addition & 1 deletion axum-extra/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.4.0"
version = "0.4.1"

[features]
default = []
Expand Down

0 comments on commit 2121979

Please sign in to comment.