Skip to content

Commit

Permalink
Tag new release in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Dec 18, 2021
1 parent 4a5513d commit e22bd4b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Latest dependency versions require Rust 1.46.
_No unreleased change in the pipeline at the moment_


## [6.0.0] - 2021-12-18

- Latest dependency versions require Rust 1.46, we bump MSRV accordingly.
- ...and since that's a breaking change, I'm also flushing the breaking change
pipeline along the way:
* TripleBuffer::new now takes a reference to its input.
Expand Down Expand Up @@ -256,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...HEAD
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...v6.0.0
[5.0.6]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.5...v5.0.6
[5.0.5]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.4...v5.0.5
[5.0.4]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.3...v5.0.4
Expand Down

0 comments on commit e22bd4b

Please sign in to comment.