File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 1.0.6] - 2023-03-14
11
+
10
12
### Compatibility
11
13
12
14
- Update MSRV to 1.64.0
@@ -29,5 +31,6 @@ Update MSRV to 1.60
29
31
- Predicates must also implement ` PredicateReflection `
30
32
31
33
<!-- next-url -->
32
- [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v0.9.0...HEAD
34
+ [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/predicates-core-v1.0.6...HEAD
35
+ [ 1.0.6 ] : https://github.com/assert-rs/predicates-rs/compare/v0.9.0...predicates-core-v1.0.6
33
36
[ 0.9.0 ] : https://github.com/assert-rs/predicates-rs/compare/v0.5.2...v0.9.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " predicates-core"
3
- version = " 1.0.5 "
3
+ version = " 1.0.6 "
4
4
description = " An API for boolean-valued predicate functions."
5
5
authors = [
" Nick Stevens <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments