Skip to content

Commit afc6583

Browse files
committed
chore: Release
1 parent 2fa4fa8 commit afc6583

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.2] - 2023-03-24
11+
1012
### Fixes
1113

1214
- Respect `follow_links` when checking whether a path is backed by a file
@@ -217,7 +219,8 @@ Update MSRV to 1.60
217219
- Basic README
218220

219221
<!-- next-url -->
220-
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.1...HEAD
222+
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v3.0.2...HEAD
223+
[3.0.2]: https://github.com/assert-rs/predicates-rs/compare/v3.0.1...v3.0.2
221224
[3.0.1]: https://github.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1
222225
[3.0.0]: https://github.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.0
223226
[2.1.5]: https://github.com/assert-rs/predicates-rs/compare/v2.1.4...v2.1.5

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

0 commit comments

Comments
 (0)