File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
10+ ## [ 0.6.0] - 2022-09-28
11+
12+ ### Features
13+
14+ - ` no_std ` support
15+
1016## [ 0.5.2] - 2022-09-26
1117
1218### Features
@@ -111,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111117
112118- Tuple struct for PathTree.
113119
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
115122[ 0.5.2 ] : https://github.com/viz-rs/path-tree/compare/v0.5.1...v0.5.2
116123[ 0.5.1 ] : https://github.com/viz-rs/path-tree/compare/v0.5.0...v0.5.1
117124[ 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 11[package ]
22name = " path-tree"
3- version = " 0.5.2 "
3+ version = " 0.6.0 "
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