Skip to content

Commit 6efe166

Browse files
authored
Merge pull request #57 from HadrienG2/modernize
Update criterion dep (and thus bump MSRV), then release v9
2 parents 766fc8f + 4f05ede commit 6efe166

File tree

7 files changed

+166
-146
lines changed

7 files changed

+166
-146
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
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.

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)