axum-macros: Version 0.1.1

This commit is contained in:
David Pedersen
2022-02-22 13:56:52 +01:00
parent 4b0b4c8772
commit b2267be2d5
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -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
+1 -1
View File
@@ -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