From 6e5f38da23303a0c66133c9c2981818b93ab746d Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 25 Feb 2021 11:08:18 -0800 Subject: [PATCH] chore: prepare to release v0.1.0 Signed-off-by: Eliza Weisman --- CHANGELOG.md | 12 +++++++++++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793463c..438c963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ + +## 0.1.0 (2021-02-25) + + +#### Features + +* **Pattern:** add `Pattern::new_anchored` (#2) ([81f4c1c0](https://github.com/hawkw/matchers/commit/81f4c1c0ece4908d2e62607bb8a5690646404dec)) + + + -## (2019-08-02) +## 0.0.1 (2019-08-02) #### Features diff --git a/Cargo.toml b/Cargo.toml index 9299045..99f0a41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matchers" -version = "0.0.1" +version = "0.1.0" authors = ["Eliza Weisman "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index aa5ae02..421b193 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Regular expression matching on Rust streams. [crates-badge]: https://img.shields.io/crates/v/matchers.svg [crates-url]: https://crates.io/crates/matchers [docs-badge]: https://docs.rs/matchers/badge.svg -[docs-url]: https://docs.rs/matchers +[docs-url]: https://docs.rs/matchers/0.1.0 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg [mit-url]: LICENSE [ci-badge]: https://github.com/hawkw/matchers/actions/workflows/ci.yml/badge.svg