Skip to content

Commit 5fecc3e

Browse files
committed
chore: Release
1 parent 050f65a commit 5fecc3e

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.4] - 2022-12-02
11+
1012
## [2.1.3] - 2022-11-13
1113

1214
## [2.1.2] - 2022-11-05
@@ -191,7 +193,8 @@ Update MSRV to 1.60
191193
- Basic README
192194

193195
<!-- 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
195198
[2.1.3]: https://github.com/assert-rs/predicates-rs/compare/v2.1.2...v2.1.3
196199
[2.1.2]: https://github.com/assert-rs/predicates-rs/compare/v2.1.1...v2.1.2
197200
[2.1.1]: https://github.com/assert-rs/predicates-rs/compare/v2.1.0...v2.1.1

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.3"
6+
version = "2.1.4"
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.3"
18+
predicates = "2.1.4"
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.3"
27+
//! predicates = "2.1.4"
2828
//! ```
2929
//!
3030
//! A [prelude] is available to bring in all extension traits as well as providing

0 commit comments

Comments
 (0)