Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 5, 2022
1 parent d096313 commit 277a939
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

Update MSRV to 1.60

### Fixes

- Hide internal-only optional dependencies

## [2.1.1] - 2022-01-11

## [2.1.0] - 2021-11-22
Expand Down
5 changes: 5 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - Unreleased

### Compatibility

Update MSRV to 1.60

## [0.9.0] - 2018-07-30

### Added
- Add reflection to `Predicate`.
- Add support for predicates returning why they failed (`find_case`) which can
Expand Down
5 changes: 5 additions & 0 deletions crates/tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - Unreleased

### Compatibility

Update MSRV to 1.60

### Fixes

- Make `CaseTree` be `Send+Sync`

## [0.9.0] - 2018-07-30

### Added
- Support for rendering a predicate as a tree.

Expand Down

0 comments on commit 277a939

Please sign in to comment.