File tree 2 files changed +8
-2
lines changed
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
8
8
9
9
## [ Unreleased]
10
10
11
+ _ No unreleased change in the pipeline at the moment._
12
+
13
+
14
+ ## [ 6.2.0] - 2022-06-27
15
+
11
16
### Added
12
17
13
18
- 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
278
283
279
284
280
285
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
282
288
[ 6.1.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...v6.1.0
283
289
[ 6.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...v6.0.0
284
290
[ 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"
11
11
# - Roll an annotated git tag
12
12
# - Add a github release
13
13
#
14
- version = " 6.1 .0"
14
+ version = " 6.2 .0"
15
15
authors = [
" Hadrien G. <[email protected] >" ]
16
16
description = " An implementation of triple buffering, useful for sharing frequently updated data between threads"
17
17
documentation = " https://docs.rs/triple_buffer/"
You can’t perform that action at this time.
0 commit comments