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.1] - 2023-03-14
11
+
10
12
### Fixes
11
13
12
14
- Show colors for diff header
@@ -211,7 +213,8 @@ Update MSRV to 1.60
211
213
- Basic README
212
214
213
215
<!-- next-url -->
214
- [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.0...HEAD
216
+ [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.1...HEAD
217
+ [ 3.0.1 ] : https://github.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1
215
218
[ 3.0.0 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.0
216
219
[ 2.1.5 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.4...v2.1.5
217
220
[ 2.1.4 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.3...v2.1.4
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.0 "
21
+ version = " 3.0.1 "
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.0 "
18
+ predicates = " 3.0.1 "
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.0 "
27
+ //! predicates = "3.0.1 "
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