summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2021-12-27 15:23:02 +0100
committerGitHub <noreply@github.com>2021-12-27 15:23:02 +0100
commit9f5f29dfba12377b03fd3a6405dd2b3c49ad2c40 (patch)
treecca0b68f7f32a0e4c101275aedf65e6a5242e392
parent0a399ed0fa5d00b8531b6c27eba11f0ba47bf3e9 (diff)
axum-extra: Version 0.1.1 (#658)axum-extra-v0.1.1
- Add `middleware::from_fn` for creating middleware from async functions ([#656]) [#656]: https://github.com/tokio-rs/axum/pull/656
-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 405876e9..8d8862fc 100644
--- a/axum-extra/CHANGELOG.md
+++ b/axum-extra/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
+- None.
+
+# 0.1.1 (27. December, 2021)
+
- Add `middleware::from_fn` for creating middleware from async functions ([#656])
[#656]: https://github.com/tokio-rs/axum/pull/656
diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml
index a35eb859..a96ee1e3 100644
--- a/axum-extra/Cargo.toml
+++ b/axum-extra/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.1.0"
+version = "0.1.1"
[features]
erased-json = ["serde", "serde_json"]