Skip to content

Commit a73b203

Browse files
committed
chore: prepare to release v0.2.0
1 parent 92217ad commit a73b203

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
<a name="0.1.0"></a>
211
## 0.1.0 (2021-02-25)
312

@@ -21,6 +30,3 @@
2130
#### Bug Fixes
2231

2332
* only short-circuit when known not to match ([71544493](https://github.com/hawkw/matchers/commit/71544493613049009f33f4885a1287eee0f21aa4))
24-
25-
26-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Regular expression matching on Rust streams.
1010
[crates-badge]: https://img.shields.io/crates/v/matchers.svg
1111
[crates-url]: https://crates.io/crates/matchers
1212
[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
1414
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
1515
[mit-url]: LICENSE
1616
[ci-badge]: https://github.com/hawkw/matchers/actions/workflows/ci.yml/badge.svg

0 commit comments

Comments
 (0)