summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-11-29 10:57:25 +0100
committerGitHub <noreply@github.com>2022-11-29 10:57:25 +0100
commit2121979a487b1bdb3c40892212548c33dbf25ab6 (patch)
tree5062e3ec0f7efa00f8344a0f141f9afcda2d7ac8
parentc7985b78584cf7d8e2560d96237a1b7f2be00855 (diff)
axum-extra - v0.4.1 (#1590)axum-extra-v0.4.1
-rw-r--r--axum-extra/CHANGELOG.md4
-rw-r--r--axum-extra/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md
index 5884b8fc..d72d54f7 100644
--- a/axum-extra/CHANGELOG.md
+++ b/axum-extra/CHANGELOG.md
@@ -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
diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml
index 5a985a5a..18901dfd 100644
--- a/axum-extra/Cargo.toml
+++ b/axum-extra/Cargo.toml
@@ -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 = []