File tree 2 files changed +11
-2
lines changed
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
11
11
_ No unreleased change in the pipeline at the moment_
12
12
13
13
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
+
14
22
## [ 6.0.0] - 2021-12-18
15
23
16
24
### Changed
@@ -263,7 +271,8 @@ _No unreleased change in the pipeline at the moment_
263
271
264
272
265
273
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
267
276
[ 6.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...v6.0.0
268
277
[ 5.0.6 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.5...v5.0.6
269
278
[ 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"
11
11
# - Roll an annotated git tag
12
12
# - Add a github release
13
13
#
14
- version = " 6.0 .0"
14
+ version = " 6.1 .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