Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 15, 2024
1 parent 47812df commit d16d9cb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [3.1.0] - 2024-01-15

### Compatibility

- Update MSRV to 1.70.0
Expand Down Expand Up @@ -243,7 +245,8 @@ Update MSRV to 1.60
- Basic README

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.4...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/assert-rs/predicates-rs/compare/v3.0.4...v3.1.0
[3.0.4]: https://github.com/assert-rs/predicates-rs/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/assert-rs/predicates-rs/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/assert-rs/predicates-rs/compare/v3.0.1...v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -18,7 +18,7 @@ include = [

[package]
name = "predicates"
version = "3.0.4"
version = "3.1.0"
description = "An implementation of boolean-valued predicate functions."
authors = ["Nick Stevens <nick@bitcurry.com>"]
repository = "https://github.com/assert-rs/predicates-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ First, add this to your `Cargo.toml`:

```toml
[dependencies]
predicates = "3.0.4"
predicates = "3.1.0"
```

Next, add this to your crate:
Expand Down
2 changes: 1 addition & 1 deletion crates/tree/Cargo.toml
Expand Up @@ -32,4 +32,4 @@ predicates-core = { version = "1.0", path = "../core" }
termtree = "0.4.1"

[dev-dependencies]
predicates = { version = "3.0", path = "../..", features = ["color"] }
predicates = { version = "3.1", path = "../..", features = ["color"] }
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -24,7 +24,7 @@
//!
//! ```toml
//! [dependencies]
//! predicates = "3.0.4"
//! predicates = "3.1.0"
//! ```
//!
//! A [prelude] is available to bring in all extension traits as well as providing
Expand Down

0 comments on commit d16d9cb

Please sign in to comment.