Skip to content

Commit 28fc2fd

Browse files
committed
chore: Release
1 parent 0d51b5a commit 28fc2fd

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+
## [3.0.1] - 2023-03-14
11+
1012
### Fixes
1113

1214
- Show colors for diff header
@@ -211,7 +213,8 @@ Update MSRV to 1.60
211213
- Basic README
212214

213215
<!-- next-url -->
214-
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.0...HEAD
216+
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.1...HEAD
217+
[3.0.1]: https://github.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1
215218
[3.0.0]: https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.0
216219
[2.1.5]: https://github.com/assert-rs/predicates-rs/compare/v2.1.4...v2.1.5
217220
[2.1.4]: https://github.com/assert-rs/predicates-rs/compare/v2.1.3...v2.1.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818

1919
[package]
2020
name = "predicates"
21-
version = "3.0.0"
21+
version = "3.0.1"
2222
description = "An implementation of boolean-valued predicate functions."
2323
authors = ["Nick Stevens <[email protected]>"]
2424
repository = "https://github.com/assert-rs/predicates-rs"

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

0 commit comments

Comments
 (0)