Skip to content

Commit

Permalink
axum-macros: Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Feb 22, 2022
1 parent 4b0b4c8 commit b2267be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions axum-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion axum-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2267be

Please sign in to comment.