summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-02-22 13:56:52 +0100
committerDavid Pedersen <david.pdrsn@gmail.com>2022-02-22 13:56:52 +0100
commitb2267be2d59bddd41cafefab4241711042b40ace (patch)
treec0b07cccdb81ff8016d2ea21d37ec63e736009a9
parent4b0b4c877271748dcba08564c1bf8f9a4bbdd436 (diff)
axum-macros: Version 0.1.1axum-macros-v0.1.1
-rw-r--r--axum-macros/CHANGELOG.md8
-rw-r--r--axum-macros/Cargo.toml2
2 files changed, 7 insertions, 3 deletions
diff --git a/axum-macros/CHANGELOG.md b/axum-macros/CHANGELOG.md
index 5c573fd3..1291cfae 100644
--- a/axum-macros/CHANGELOG.md
+++ b/axum-macros/CHANGELOG.md
@@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
+- None.
+
+# 0.1.1 (22. February 2022)
+
- Add `#[derive(TypedPath)]` for use with axum-extra's new "type safe" routing API ([#756])
+[#756]: https://github.com/tokio-rs/axum/pull/756
+
# 0.1.0 (TODO)
- Initial release.
-
-[#756]: https://github.com/tokio-rs/axum/pull/756
diff --git a/axum-macros/Cargo.toml b/axum-macros/Cargo.toml
index 4a7e02bd..cc7bde3e 100644
--- a/axum-macros/Cargo.toml
+++ b/axum-macros/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-macros"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.1.0"
+version = "0.1.1"
[lib]
proc-macro = true