We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c141ab2 commit acfbebcCopy full SHA for acfbebc
CHANGELOG.md
@@ -7,17 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-### Changed
+## [0.5.1] - 2022-09-23
11
+
12
+### Refactor
13
14
+- Remove lifetime
15
16
+- Inserts then returing node id
17
18
## [0.5.0]
19
-- Refactor it, supports move cases and improve performance.
20
+### Changed
21
22
+- Refactor it, supports more cases and improve performance.
23
24
## [0.4.0]
25
26
27
28
- [#20] - Support wildcards that are not preceded by a "/" (`"/foo_*rest"` matches `"foo_bar/baz"`).
29
30
31
[#20]: https://github.com/viz-rs/path-tree/pull/20
32
0 commit comments