Skip to content

Commit

Permalink
Tag a v8
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Jun 21, 2024
1 parent a53d94f commit b9d93c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

_No unreleased changes in the pipeline at the moment_


## [8.0.0] - 2024-06-21

### Added

- Add `Output::peek_output_buffer()` method to get read-only access to the
output buffer from a shared reference to self. Thanks @tk70!

### Changed

- Bumped MSRV to 1.74 owing to new dependency requirements.
- Refactor CI workflow file to account for the latest GitHub CI oddities.


## [7.0.0] - 2023-10-22
Expand Down Expand Up @@ -292,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v7.0.0...HEAD
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v8.0.0...HEAD
[8.0.0]: https://github.com/HadrienG2/triple-buffer/compare/v7.0.0...v8.0.0
[7.0.0]: https://github.com/HadrienG2/triple-buffer/compare/v6.2.0...v7.0.0
[6.2.0]: https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...v6.2.0
[6.1.0]: https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...v6.1.0
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 = "7.0.0"
version = "8.0.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 b9d93c0

Please sign in to comment.