Skip to content

Commit 6511140

Browse files
committed
bump: v0.6.0
1 parent 2f9d686 commit 6511140

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff 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

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.2"
3+
version = "0.6.0"
44
authors = ["Fangdun Tsai <cfddream@gmail.com>"]
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)