Skip to content

Commit 660f658

Browse files
committed
chore: Release
1 parent 3a33803 commit 660f658

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.3] - 2023-04-13
11+
1012
### Internal
1113

1214
- Update anstyle to 1.0
@@ -223,7 +225,8 @@ Update MSRV to 1.60
223225
- Basic README
224226

225227
<!-- next-url -->
226-
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.2...HEAD
228+
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.3...HEAD
229+
[3.0.3]: https://github.com/assert-rs/predicates-rs/compare/v3.0.2...v3.0.3
227230
[3.0.2]: https://github.com/assert-rs/predicates-rs/compare/v3.0.1...v3.0.2
228231
[3.0.1]: https://github.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1
229232
[3.0.0]: https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.0

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.2"
21+
version = "3.0.3"
2222
description = "An implementation of boolean-valued predicate functions."
2323
authors = ["Nick Stevens <nick@bitcurry.com>"]
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.2"
18+
predicates = "3.0.3"
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.2"
27+
//! predicates = "3.0.3"
2828
//! ```
2929
//!
3030
//! A [prelude] is available to bring in all extension traits as well as providing

0 commit comments

Comments
 (0)