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

## [1.0.8] - 2023-03-14

### Compatibility

- Update MSRV to 1.64.0
Expand All @@ -27,5 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Support for rendering a predicate as a tree.

<!-- 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-tree-v1.0.8...HEAD
[1.0.8]: https://github.com/assert-rs/predicates-rs/compare/v0.9.0...predicates-tree-v1.0.8
[0.9.0]: https://github.com/assert-rs/predicates-rs/compare/v0.5.2...v0.9.0
2 changes: 1 addition & 1 deletion crates/tree/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "predicates-tree"
version = "1.0.7"
version = "1.0.8"
authors = ["Nick Stevens <nick@bitcurry.com>"]
description = "Render boolean-valued predicate functions results as a tree."
readme = "README.md"
Expand Down

0 comments on commit 4498eef

Please sign in to comment.