Skip to content

Commit ca8a6c0

Browse files
committed
axum-extra: Version 0.1.5
- **added:** Add `TypedPath::to_uri` for converting the path into a `Uri` ([#790]) [#790]: #790
1 parent 84cbb66 commit ca8a6c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

axum-extra/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5 (1. March, 2022)
13+
1014
- **added:** Add `TypedPath::to_uri` for converting the path into a `Uri` ([#790])
1115

1216
[#790]: https://github.com/tokio-rs/axum/pull/790

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.4"
11+
version = "0.1.5"
1212

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

0 commit comments

Comments
 (0)