From 660f658285702e0219d9d76e65881ea5b8536a2c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 12 Apr 2023 21:07:21 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b13535..13a505e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [3.0.3] - 2023-04-13 + ### Internal - Update anstyle to 1.0 @@ -223,7 +225,8 @@ Update MSRV to 1.60 - Basic README -[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.2...HEAD +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.3...HEAD +[3.0.3]: https://github.com/assert-rs/predicates-rs/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/assert-rs/predicates-rs/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.0 diff --git a/Cargo.toml b/Cargo.toml index cf89b09..135e913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "predicates" -version = "3.0.2" +version = "3.0.3" description = "An implementation of boolean-valued predicate functions." authors = ["Nick Stevens "] repository = "https://github.com/assert-rs/predicates-rs" diff --git a/README.md b/README.md index 2debcab..6c27c6e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ First, add this to your `Cargo.toml`: ```toml [dependencies] -predicates = "3.0.2" +predicates = "3.0.3" ``` Next, add this to your crate: diff --git a/src/lib.rs b/src/lib.rs index 0d46fc4..d9ff833 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,7 @@ //! //! ```toml //! [dependencies] -//! predicates = "3.0.2" +//! predicates = "3.0.3" //! ``` //! //! A [prelude] is available to bring in all extension traits as well as providing