File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
1515authors = [
" Hadrien G. <[email protected] >" ]
1616description = " An implementation of triple buffering, useful for sharing frequently updated data between threads"
1717documentation = " https://docs.rs/triple_buffer/"
You can’t perform that action at this time.
0 commit comments