Skip to content

Commit 4498eef

Browse files
committed
chore: Release
1 parent 88740ca commit 4498eef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/tree/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.8] - 2023-03-14
11+
1012
### Compatibility
1113

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

2931
<!-- next-url -->
30-
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.9.0...HEAD
32+
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/predicates-tree-v1.0.8...HEAD
33+
[1.0.8]: https://github.com/assert-rs/predicates-rs/compare/v0.9.0...predicates-tree-v1.0.8
3134
[0.9.0]: https://github.com/assert-rs/predicates-rs/compare/v0.5.2...v0.9.0

crates/tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "predicates-tree"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
authors = ["Nick Stevens <[email protected]>"]
55
description = "Render boolean-valued predicate functions results as a tree."
66
readme = "README.md"

0 commit comments

Comments
 (0)