File tree 2 files changed +14
-2
lines changed
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
8
8
9
9
## [ Unreleased]
10
10
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
+
11
21
### Changed
12
22
13
23
- Bumped MSRV to 1.74 owing to new dependency requirements.
24
+ - Refactor CI workflow file to account for the latest GitHub CI oddities.
14
25
15
26
16
27
## [ 7.0.0] - 2023-10-22
@@ -292,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
292
303
293
304
294
305
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
296
308
[ 7.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.2.0...v7.0.0
297
309
[ 6.2.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...v6.2.0
298
310
[ 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"
11
11
# - Roll an annotated git tag
12
12
# - Add a github release
13
13
#
14
- version = " 7 .0.0"
14
+ version = " 8 .0.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