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 a40dfc7 commit 7b72b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion crates/core/CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.0.6] - 2023-03-14

### Compatibility

- Update MSRV to 1.64.0
Expand All @@ -29,5 +31,6 @@ Update MSRV to 1.60
- Predicates must also implement `PredicateReflection`

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/predicates-core-v1.0.6...HEAD
[1.0.6]: https://github.com/assert-rs/predicates-rs/compare/v0.9.0...predicates-core-v1.0.6
[0.9.0]: https://github.com/assert-rs/predicates-rs/compare/v0.5.2...v0.9.0
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "predicates-core"
version = "1.0.5"
version = "1.0.6"
description = "An API for boolean-valued predicate functions."
authors = ["Nick Stevens <nick@bitcurry.com>"]
readme = "README.md"
Expand Down

0 comments on commit 7b72b70

Please sign in to comment.