Skip to content

Commit e6608ed

Browse files
committed
Tag v6.1.0
1 parent e75d8f2 commit e6608ed

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff 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

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.0.0"
14+
version = "6.1.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)