Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 14, 2023
1 parent 0d51b5a commit 28fc2fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.0.1] - 2023-03-14

### Fixes

- Show colors for diff header
Expand Down Expand Up @@ -211,7 +213,8 @@ Update MSRV to 1.60
- Basic README

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -18,7 +18,7 @@ include = [

[package]
name = "predicates"
version = "3.0.0"
version = "3.0.1"
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.0"
predicates = "3.0.1"
```

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

0 comments on commit 28fc2fd

Please sign in to comment.