File tree Expand file tree Collapse file tree 7 files changed +166
-146
lines changed
Expand file tree Collapse file tree 7 files changed +166
-146
lines changed Original file line number Diff line number Diff line change 2424 CARGO_INCREMENTAL : 0
2525 RUSTFLAGS : -D warnings
2626 RUSTDOCFLAGS : -D warnings
27- MINIMAL_RUST : 1.74 .0 # Minimal Supported Rust Version
27+ MINIMAL_RUST : 1.86 .0 # Minimal Supported Rust Version
2828
2929 # Workarounds for windows "spurious network error".
3030 # Try to remove them on the next MSRV bump.
Original file line number Diff line number Diff line change @@ -8,13 +8,18 @@ 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+ ## [ 9.0.0] - 2026-02-22
15+
1116### Changed
1217
13- - Turn ` Input::input_buffer() ` and ` Output::output_buffer() ` into read-only
18+ - Turned ` Input::input_buffer() ` and ` Output::output_buffer() ` into read-only
1419 accessors and deprecate ` Output::peek_output_buffer() ` , moving forward with
1520 the plan set in issue #30 to eventually migrate towards an API naming
1621 convention that matches ` std ` and other Rust libraries.
17-
22+ - Bumped MSRV to 1.86 owing to new dependency requirements.
1823
1924
2025## [ 8.1.1] - 2025-05-04
@@ -338,7 +343,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
338343
339344
340345
341- [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v8.1.1...HEAD
346+ [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v9.0.0...HEAD
347+ [ 9.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v8.1.1...v9.0.0
342348[ 8.1.1 ] : https://github.com/HadrienG2/triple-buffer/compare/v8.1.0...v8.1.1
343349[ 8.1.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v8.0.0...v8.1.0
344350[ 8.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v7.0.0...v8.0.0
You can’t perform that action at this time.
0 commit comments