Skip to content

Commit

Permalink
Release v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Jun 27, 2022
1 parent 1f178cc commit 5dc9b2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

_No unreleased change in the pipeline at the moment._


## [6.2.0] - 2022-06-27

### Added

- A `triple_buffer()` shorthand is now available for the common
Expand Down Expand Up @@ -278,7 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...HEAD
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v6.2.0...HEAD
[6.2.0]: https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...v6.2.0
[6.1.0]: https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...v6.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "triple_buffer"
# - Roll an annotated git tag
# - Add a github release
#
version = "6.1.0"
version = "6.2.0"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
description = "An implementation of triple buffering, useful for sharing frequently updated data between threads"
documentation = "https://docs.rs/triple_buffer/"
Expand Down

0 comments on commit 5dc9b2d

Please sign in to comment.