axum-extra: Version 0.1.3

This commit is contained in:
David Pedersen
2022-02-22 13:59:46 +01:00
parent b2267be2d5
commit aa4ab8b084
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased # Unreleased
- None.
# 0.1.3 (22. February, 2022)
- **added:** Add type safe routing. See `axum_extra::routing::typed` for more details ([#756]) - **added:** Add type safe routing. See `axum_extra::routing::typed` for more details ([#756])
- **fix:** Depend on tower with `default_features = false` ([#666]) - **fix:** Depend on tower with `default_features = false` ([#666])
- **change:** `middleware::from_fn` has been deprecated and moved into the main - **change:** `middleware::from_fn` has been deprecated and moved into the main
@@ -16,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#719]: https://github.com/tokio-rs/axum/pull/719 [#719]: https://github.com/tokio-rs/axum/pull/719
[#756]: https://github.com/tokio-rs/axum/pull/756 [#756]: https://github.com/tokio-rs/axum/pull/756
# 0.1.2 (13. January, 2021) # 0.1.2 (13. January, 2022)
- **fix:** Depend on tower with `default_features = false` ([#666]) - **fix:** Depend on tower with `default_features = false` ([#666])
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra" name = "axum-extra"
readme = "README.md" readme = "README.md"
repository = "https://github.com/tokio-rs/axum" repository = "https://github.com/tokio-rs/axum"
version = "0.1.1" version = "0.1.3"
[features] [features]
erased-json = ["serde_json", "serde"] erased-json = ["serde_json", "serde"]