File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " path-tree"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44authors = [
" Fangdun Tsai <[email protected] >" ]
55description = " path-tree is a lightweight high performance HTTP request router for Rust"
66homepage = " https://github.com/viz-rs/path-tree"
You can’t perform that action at this time.
0 commit comments