Skip to content

Commit

Permalink
Release v7, add semver checks
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Oct 22, 2023
1 parent f8c3202 commit 8061ce8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
- name: Check clippy lints
run: cargo clippy -- -D warnings

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: manual


# Run the tests on all supported OSes and Rust versions (main CI)
test-contrib:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

_There are no unreleased changes in the pipeline at the moment._


## [7.0.0] - 2023-10-22

### Changed

- Bumped MSRV to 1.70 owing to new dependency requirements.
Expand Down Expand Up @@ -285,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v6.2.0...HEAD
[Unreleased]: https://github.com/HadrienG2/triple-buffer/compare/v7.0.0...HEAD
[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
[6.0.0]: https://github.com/HadrienG2/triple-buffer/compare/v5.0.6...v6.0.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 = "6.2.0"
version = "7.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 8061ce8

Please sign in to comment.