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.5] - 2022-12-29
11
+
10
12
### Gixes
11
13
12
14
- Further generalized borrowing of predicates with ` Borrow ` trait
@@ -197,7 +199,8 @@ Update MSRV to 1.60
197
199
- Basic README
198
200
199
201
<!-- next-url -->
200
- [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.4...HEAD
202
+ [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.5...HEAD
203
+ [ 2.1.5 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.4...v2.1.5
201
204
[ 2.1.4 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.3...v2.1.4
202
205
[ 2.1.3 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.2...v2.1.3
203
206
[ 2.1.2 ] : https://github.com/assert-rs/predicates-rs/compare/v2.1.1...v2.1.2
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.4 "
6
+ version = " 2.1.5 "
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.4 "
18
+ predicates = " 2.1.5 "
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.4 "
27
+ //! predicates = "2.1.5 "
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