File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.6.0] - 2022-09-28
11
+
12
+ ### Features
13
+
14
+ - ` no_std ` support
15
+
10
16
## [ 0.5.2] - 2022-09-26
11
17
12
18
### Features
@@ -111,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111
117
112
118
- Tuple struct for PathTree.
113
119
114
- [ Unreleased ] : https://github.com/viz-rs/path-tree/compare/v0.5.2...HEAD
120
+ [ Unreleased ] : https://github.com/viz-rs/path-tree/compare/v0.6.0...HEAD
121
+ [ 0.6.0 ] : https://github.com/viz-rs/path-tree/compare/v0.5.2...v0.6.0
115
122
[ 0.5.2 ] : https://github.com/viz-rs/path-tree/compare/v0.5.1...v0.5.2
116
123
[ 0.5.1 ] : https://github.com/viz-rs/path-tree/compare/v0.5.0...v0.5.1
117
124
[ 0.5.0 ] : https://github.com/viz-rs/path-tree/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " path-tree"
3
- version = " 0.5.2 "
3
+ version = " 0.6.0 "
4
4
authors = [" Fangdun Tsai <cfddream@gmail.com>" ]
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