Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 29, 2022
1 parent 2b0a450 commit d5a4c33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [2.1.5] - 2022-12-29

### Gixes

- Further generalized borrowing of predicates with `Borrow` trait
Expand Down Expand Up @@ -197,7 +199,8 @@ Update MSRV to 1.60
- Basic README

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v2.1.4...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v2.1.5...HEAD
[2.1.5]: https://github.com/assert-rs/predicates-rs/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/assert-rs/predicates-rs/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/assert-rs/predicates-rs/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/assert-rs/predicates-rs/compare/v2.1.1...v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]

[package]
name = "predicates"
version = "2.1.4"
version = "2.1.5"
description = "An implementation of boolean-valued predicate functions."
authors = ["Nick Stevens <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First, add this to your `Cargo.toml`:

```toml
[dependencies]
predicates = "2.1.4"
predicates = "2.1.5"
```

Next, add this to your crate:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//!
//! ```toml
//! [dependencies]
//! predicates = "2.1.4"
//! predicates = "2.1.5"
//! ```
//!
//! A [prelude] is available to bring in all extension traits as well as providing
Expand Down

0 comments on commit d5a4c33

Please sign in to comment.