Skip to content

Commit d5a4c33

Browse files
committed
chore: Release
1 parent 2b0a450 commit d5a4c33

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [2.1.5] - 2022-12-29
11+
1012
### Gixes
1113

1214
- Further generalized borrowing of predicates with `Borrow` trait
@@ -197,7 +199,8 @@ Update MSRV to 1.60
197199
- Basic README
198200

199201
<!-- 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
201204
[2.1.4]: https://github.com/assert-rs/predicates-rs/compare/v2.1.3...v2.1.4
202205
[2.1.3]: https://github.com/assert-rs/predicates-rs/compare/v2.1.2...v2.1.3
203206
[2.1.2]: https://github.com/assert-rs/predicates-rs/compare/v2.1.1...v2.1.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33

44
[package]
55
name = "predicates"
6-
version = "2.1.4"
6+
version = "2.1.5"
77
description = "An implementation of boolean-valued predicate functions."
88
authors = ["Nick Stevens <nick@bitcurry.com>"]
99
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First, add this to your `Cargo.toml`:
1515

1616
```toml
1717
[dependencies]
18-
predicates = "2.1.4"
18+
predicates = "2.1.5"
1919
```
2020

2121
Next, add this to your crate:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//!
2525
//! ```toml
2626
//! [dependencies]
27-
//! predicates = "2.1.4"
27+
//! predicates = "2.1.5"
2828
//! ```
2929
//!
3030
//! A [prelude] is available to bring in all extension traits as well as providing

0 commit comments

Comments
 (0)