Skip to content

Commit 80febd3

Browse files
committed
bump: v0.5.2
1 parent f2fa059 commit 80febd3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.2] - 2022-09-26
11+
12+
### Features
13+
14+
- Supports Parameters Iterator
15+
- Supports update node value
16+
1017
## [0.5.1] - 2022-09-23
1118

1219
### Refactor
@@ -104,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104111

105112
- Tuple struct for PathTree.
106113

107-
[Unreleased]: https://github.com/viz-rs/path-tree/compare/v0.5.1...HEAD
114+
[Unreleased]: https://github.com/viz-rs/path-tree/compare/v0.5.2...HEAD
115+
[0.5.2]: https://github.com/viz-rs/path-tree/compare/v0.5.1...v0.5.2
108116
[0.5.1]: https://github.com/viz-rs/path-tree/compare/v0.5.0...v0.5.1
109117
[0.5.0]: https://github.com/viz-rs/path-tree/compare/v0.4.0...v0.5.0
110118
[0.4.0]: https://github.com/viz-rs/path-tree/compare/v0.3.1...v0.4.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "path-tree"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Fangdun Tsai <[email protected]>"]
55
description = "path-tree is a lightweight high performance HTTP request router for Rust"
66
homepage = "https://github.com/viz-rs/path-tree"

0 commit comments

Comments
 (0)