File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.2.0 " ></a >
2
+ ## 0.2.0 (2024-07-01)
3
+
4
+
5
+ #### Changes
6
+
7
+ * Update to ` regex-automata ` v0.4 (#5 ) ([ 92217ada] ( https://github.com/hawkw/matchers/commit/92217ada16bb2c873e2ac6e49f4e74ec93a23b22 ) )
8
+
9
+
1
10
<a name =" 0.1.0 " ></a >
2
11
## 0.1.0 (2021-02-25)
3
12
21
30
#### Bug Fixes
22
31
23
32
* only short-circuit when known not to match ([ 71544493] ( https://github.com/hawkw/matchers/commit/71544493613049009f33f4885a1287eee0f21aa4 ) )
24
-
25
-
26
-
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Regular expression matching on Rust streams.
10
10
[ crates-badge ] : https://img.shields.io/crates/v/matchers.svg
11
11
[ crates-url ] : https://crates.io/crates/matchers
12
12
[ docs-badge ] : https://docs.rs/matchers/badge.svg
13
- [ docs-url ] : https://docs.rs/matchers/0.1 .0
13
+ [ docs-url ] : https://docs.rs/matchers/0.2 .0
14
14
[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
15
15
[ mit-url ] : LICENSE
16
16
[ ci-badge ] : https://github.com/hawkw/matchers/actions/workflows/ci.yml/badge.svg
You can’t perform that action at this time.
0 commit comments