Skip to content

Commit b9d93c0

Browse files
committed
Tag a v8
1 parent a53d94f commit b9d93c0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

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 = "7.0.0"
14+
version = "8.0.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)