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 28fc2fd commit f6f32bc
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.0.9] - 2023-03-14

### Fixes

- Pass `f.alternate()` down
Expand All @@ -33,6 +35,7 @@ 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/predicates-tree-v1.0.8...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/predicates-tree-v1.0.9...HEAD
[1.0.9]: https://github.com/assert-rs/predicates-rs/compare/predicates-tree-v1.0.8...predicates-tree-v1.0.9
[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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "predicates-tree"
version = "1.0.8"
version = "1.0.9"
authors = ["Nick Stevens <[email protected]>"]
description = "Render boolean-valued predicate functions results as a tree."
readme = "README.md"
Expand Down

0 comments on commit f6f32bc

Please sign in to comment.