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/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 3.0.3] - 2023-04-13
11
+
10
12
### Internal
11
13
12
14
- Update anstyle to 1.0
@@ -223,7 +225,8 @@ Update MSRV to 1.60
223
225
- Basic README
224
226
225
227
<!-- 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
227
230
[ 3.0.2 ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.1...v3.0.2
228
231
[ 3.0.1 ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1
229
232
[ 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 = [
18
18
19
19
[package ]
20
20
name = " predicates"
21
- version = " 3.0.2 "
21
+ version = " 3.0.3 "
22
22
description = " An implementation of boolean-valued predicate functions."
23
23
authors = [" Nick Stevens <nick@bitcurry.com>" ]
24
24
repository = " 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`:
15
15
16
16
``` toml
17
17
[dependencies ]
18
- predicates = " 3.0.2 "
18
+ predicates = " 3.0.3 "
19
19
```
20
20
21
21
Next, add this to your crate:
Original file line number Diff line number Diff line change 24
24
//!
25
25
//! ```toml
26
26
//! [dependencies]
27
- //! predicates = "3.0.2 "
27
+ //! predicates = "3.0.3 "
28
28
//! ```
29
29
//!
30
30
//! 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