We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cbb66 commit ca8a6c0Copy full SHA for ca8a6c0
axum-extra/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
# Unreleased
9
10
+- None.
11
+
12
+# 0.1.5 (1. March, 2022)
13
14
- **added:** Add `TypedPath::to_uri` for converting the path into a `Uri` ([#790])
15
16
[#790]: https://github.com/tokio-rs/axum/pull/790
axum-extra/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.1.4"
+version = "0.1.5"
[features]
erased-json = ["serde_json", "serde"]
0 commit comments