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
+ ## [ 2.1.4] - 2022-12-02
11
+
10
12
## [ 2.1.3] - 2022-11-13
11
13
12
14
## [ 2.1.2] - 2022-11-05
@@ -191,7 +193,8 @@ Update MSRV to 1.60
191
193
- Basic README
192
194
193
195
<!-- next-url -->
194
- [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.3...HEAD
196
+ [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.4...HEAD
197
+ [ 2.1.4 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.3...v2.1.4
195
198
[ 2.1.3 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.2...v2.1.3
196
199
[ 2.1.2 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.1...v2.1.2
197
200
[ 2.1.1 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.0...v2.1.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
3
3
4
4
[package ]
5
5
name = " predicates"
6
- version = " 2.1.3 "
6
+ version = " 2.1.4 "
7
7
description = " An implementation of boolean-valued predicate functions."
8
8
authors = [" Nick Stevens <nick@bitcurry.com>" ]
9
9
license = " MIT OR Apache-2.0"
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 = " 2.1.3 "
18
+ predicates = " 2.1.4 "
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 = "2.1.3 "
27
+ //! predicates = "2.1.4 "
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