Skip to content

Commit 5dc9b2d

Browse files
committed
Release v6.2.0
1 parent 1f178cc commit 5dc9b2d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
_No unreleased change in the pipeline at the moment._
12+
13+
14+
## [6.2.0] - 2022-06-27
15+
1116
### Added
1217

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

279284

280285

281-
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...HEAD
286+
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v6.2.0...HEAD
287+
[6.2.0]: https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...v6.2.0
282288
[6.1.0]: https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...v6.1.0
283289
[6.0.0]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...v6.0.0
284290
[5.0.6]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.5...v5.0.6

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "triple_buffer"
1111
# - Roll an annotated git tag
1212
# - Add a github release
1313
#
14-
version = "6.1.0"
14+
version = "6.2.0"
1515
authors = ["Hadrien G. <[email protected]>"]
1616
description = "An implementation of triple buffering, useful for sharing frequently updated data between threads"
1717
documentation = "https://docs.rs/triple_buffer/"

0 commit comments

Comments
 (0)