File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111_ No unreleased change in the pipeline at the moment_
1212
1313
14+ ## [ 6.1.0] - 2022-10-05
15+
16+ ### Added
17+
18+ - ` triple-buffer ` is now usable in ` no_std ` contexts where an implementation of
19+ the ` alloc ` crate is available.
20+
21+
1422## [ 6.0.0] - 2021-12-18
1523
1624### Changed
@@ -263,7 +271,8 @@ _No unreleased change in the pipeline at the moment_
263271
264272
265273
266- [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...HEAD
274+ [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...HEAD
275+ [ 6.1.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...v6.1.0
267276[ 6.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...v6.0.0
268277[ 5.0.6 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.5...v5.0.6
269278[ 5.0.5 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.4...v5.0.5
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.0 .0"
14+ version = " 6.1 .0"
1515authors = [" Hadrien G. <knights_of_ni@gmx.com>" ]
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