File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 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/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 1.0.9] - 2023-03-14
11+
1012### Fixes
1113
1214- Pass ` f.alternate() ` down
@@ -33,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3335- Support for rendering a predicate as a tree.
3436
3537<!-- next-url -->
36- [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/predicates-tree-v1.0.8...HEAD
38+ [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/predicates-tree-v1.0.9...HEAD
39+ [ 1.0.9 ] : https://github.com/assert-rs/predicates-rs/compare/predicates-tree-v1.0.8...predicates-tree-v1.0.9
3740[ 1.0.8 ] : https://github.com/assert-rs/predicates-rs/compare/v0.9.0...predicates-tree-v1.0.8
3841[ 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 11[package ]
22name = " predicates-tree"
3- version = " 1.0.8 "
3+ version = " 1.0.9 "
44authors = [" Nick Stevens <nick@bitcurry.com>" ]
55description = " Render boolean-valued predicate functions results as a tree."
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments