File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ _ No unreleased changes in the pipeline at the moment_
12+
13+
14+ ## [ 8.0.0] - 2024-06-21
15+
16+ ### Added
17+
18+ - Add ` Output::peek_output_buffer() ` method to get read-only access to the
19+ output buffer from a shared reference to self. Thanks @tk70 !
20+
1121### Changed
1222
1323- Bumped MSRV to 1.74 owing to new dependency requirements.
24+ - Refactor CI workflow file to account for the latest GitHub CI oddities.
1425
1526
1627## [ 7.0.0] - 2023-10-22
@@ -292,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
292303
293304
294305
295- [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v7.0.0...HEAD
306+ [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v8.0.0...HEAD
307+ [ 8.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v7.0.0...v8.0.0
296308[ 7.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.2.0...v7.0.0
297309[ 6.2.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...v6.2.0
298310[ 6.1.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...v6.1.0
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 = " 7 .0.0"
14+ version = " 8 .0.0"
1515authors = [
" Hadrien G. <[email protected] >" ]
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