File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 3.0.3] - 2023-04-13
11+
1012### Internal
1113
1214- Update anstyle to 1.0
@@ -223,7 +225,8 @@ Update MSRV to 1.60
223225- Basic README
224226
225227<!-- next-url -->
226- [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.2...HEAD
228+ [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.3...HEAD
229+ [ 3.0.3 ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.2...v3.0.3
227230[ 3.0.2 ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.1...v3.0.2
228231[ 3.0.1 ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1
229232[ 3.0.0 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ include = [
1818
1919[package ]
2020name = " predicates"
21- version = " 3.0.2 "
21+ version = " 3.0.3 "
2222description = " An implementation of boolean-valued predicate functions."
2323authors = [" Nick Stevens <nick@bitcurry.com>" ]
2424repository = " https://github.com/assert-rs/predicates-rs"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ First, add this to your `Cargo.toml`:
1515
1616``` toml
1717[dependencies ]
18- predicates = " 3.0.2 "
18+ predicates = " 3.0.3 "
1919```
2020
2121Next, add this to your crate:
Original file line number Diff line number Diff line change 2424//!
2525//! ```toml
2626//! [dependencies]
27- //! predicates = "3.0.2 "
27+ //! predicates = "3.0.3 "
2828//! ```
2929//!
3030//! A [prelude] is available to bring in all extension traits as well as providing
You can’t perform that action at this time.
0 commit comments