Skip to content

Commit aa4ab8b

Browse files
committed
axum-extra: Version 0.1.3
1 parent b2267be commit aa4ab8b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

axum-extra/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# Unreleased
99

10+
- None.
11+
12+
# 0.1.3 (22. February, 2022)
13+
1014
- **added:** Add type safe routing. See `axum_extra::routing::typed` for more details ([#756])
1115
- **fix:** Depend on tower with `default_features = false` ([#666])
1216
- **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
1620
[#719]: https://github.com/tokio-rs/axum/pull/719
1721
[#756]: https://github.com/tokio-rs/axum/pull/756
1822

19-
# 0.1.2 (13. January, 2021)
23+
# 0.1.2 (13. January, 2022)
2024

2125
- **fix:** Depend on tower with `default_features = false` ([#666])
2226

axum-extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "axum-extra"
99
readme = "README.md"
1010
repository = "https://github.com/tokio-rs/axum"
11-
version = "0.1.1"
11+
version = "0.1.3"
1212

1313
[features]
1414
erased-json = ["serde_json", "serde"]

0 commit comments

Comments
 (0)