File tree 2 files changed +10
-2
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.5.2] - 2022-09-26
11
+
12
+ ### Features
13
+
14
+ - Supports Parameters Iterator
15
+ - Supports update node value
16
+
10
17
## [ 0.5.1] - 2022-09-23
11
18
12
19
### Refactor
@@ -104,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104
111
105
112
- Tuple struct for PathTree.
106
113
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
108
116
[ 0.5.1 ] : https://github.com/viz-rs/path-tree/compare/v0.5.0...v0.5.1
109
117
[ 0.5.0 ] : https://github.com/viz-rs/path-tree/compare/v0.4.0...v0.5.0
110
118
[ 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 1
1
[package ]
2
2
name = " path-tree"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [
" Fangdun Tsai <[email protected] >" ]
5
5
description = " path-tree is a lightweight high performance HTTP request router for Rust"
6
6
homepage = " https://github.com/viz-rs/path-tree"
You can’t perform that action at this time.
0 commit comments