File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 6161 - name : Check clippy lints
6262 run : cargo clippy -- -D warnings
6363
64+ - name : Check semver
65+ uses : obi1kenobi/cargo-semver-checks-action@v2
66+ with :
67+ rust-toolchain : manual
68+
6469
6570 # Run the tests on all supported OSes and Rust versions (main CI)
6671 test-contrib :
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ _ There are no unreleased changes in the pipeline at the moment._
12+
13+
14+ ## [ 7.0.0] - 2023-10-22
15+
1116### Changed
1217
1318- Bumped MSRV to 1.70 owing to new dependency requirements.
@@ -285,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
285290
286291
287292
288- [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v6.2.0...HEAD
293+ [ Unreleased ] : https://github.com/HadrienG2/triple-buffer/compare/v7.0.0...HEAD
294+ [ 7.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.2.0...v7.0.0
289295[ 6.2.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.1.0...v6.2.0
290296[ 6.1.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v6.0.0...v6.1.0
291297[ 6.0.0 ] : https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...v6.0.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "triple_buffer"
1111# - Roll an annotated git tag
1212# - Add a github release
1313#
14- version = " 6.2 .0"
14+ version = " 7.0 .0"
1515authors = [" Hadrien G. <knights_of_ni@gmx.com>" ]
1616description = " An implementation of triple buffering, useful for sharing frequently updated data between threads"
1717documentation = " https://docs.rs/triple_buffer/"
You can’t perform that action at this time.
0 commit comments