Skip to content

Commit

Permalink
Tag v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed May 10, 2022
1 parent e75d8f2 commit e6608ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
_No unreleased change in the pipeline at the moment_


## [6.1.0] - 2022-10-05

### Added

- `triple-buffer` is now usable in `no_std` contexts where an implementation of
the `alloc` crate is available.


## [6.0.0] - 2021-12-18

### Changed
Expand Down Expand Up @@ -263,7 +271,8 @@ _No unreleased change in the pipeline at the moment_



[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...HEAD
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...HEAD
[6.1.0]: https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...v6.0.0
[5.0.6]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.5...v5.0.6
[5.0.5]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.4...v5.0.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "triple_buffer"
# - Roll an annotated git tag
# - Add a github release
#
version = "6.0.0"
version = "6.1.0"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
description = "An implementation of triple buffering, useful for sharing frequently updated data between threads"
documentation = "https://docs.rs/triple_buffer/"
Expand Down

0 comments on commit e6608ed

Please sign in to comment.