We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a767043 commit c147468Copy full SHA for c147468
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.7.4] - 2024-01-02
11
+
12
+### Features
13
14
+- normal match repeated pattern by @TroyKomodo, #36, #37
15
16
## [0.6.0] - 2022-09-28
17
18
### Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "path-tree"
3
-version = "0.7.3"
+version = "0.7.4"
4
authors = ["Fangdun Tsai <cfddream@gmail.com>"]
5
description = "path-tree is a lightweight high performance HTTP request router for Rust"
6
homepage = "https://github.com/viz-rs/path-tree"
0 commit comments