Skip to content

Commit

Permalink
Bump version to v2.0.0-rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 27, 2024
1 parent d69a1b7 commit 9ccbc14
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 10 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- markdownlint-disable MD024 -->

## [2.0.0-rc9] - 2024-11-27

### <!-- 4 --> 🛠️ Fixed

- Clang-tidy diagnostic comments in PR review by @2bndy5 in [#77](https://github.com/cpp-linter/cpp-linter-rs/pull/77)

### <!-- 6 --> 📦 Dependency updates

- Bump pyo3 from 0.23.1 to 0.23.2 in the cargo group by @dependabot[bot] in [#76](https://github.com/cpp-linter/cpp-linter-rs/pull/76)

[2.0.0-rc9]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc8...2.0.0-rc9

Full commit diff: [`v2.0.0-rc8...2.0.0-rc9`][2.0.0-rc9]

## [2.0.0-rc8] - 2024-11-24

### <!-- 4 --> 🛠️ Fixed
Expand All @@ -17,9 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Minor update node binding README by @2bndy5 in [`fc2244f`](https://github.com/cpp-linter/cpp-linter-rs/commit/fc2244f81903c719a5268f18e595f422d1a958e1)

[2.0.0-rc8]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc7...2.0.0-rc8
### <!-- 9 --> 🗨️ Changed

- Bump version to v2.0.0-rc8 by @2bndy5 in [`205bd2d`](https://github.com/cpp-linter/cpp-linter-rs/commit/205bd2d492ee45e199ca23d1ac9f118c03a2c4a2)

[2.0.0-rc8]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc7...v2.0.0-rc8

Full commit diff: [`v2.0.0-rc7...2.0.0-rc8`][2.0.0-rc8]
Full commit diff: [`v2.0.0-rc7...v2.0.0-rc8`][2.0.0-rc8]

## [2.0.0-rc7] - 2024-11-24

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["cpp-linter", "bindings/python", "bindings/node", "docs"]
resolver = "2"

[workspace.package]
version = "2.0.0-rc8" # auto
version = "2.0.0-rc9" # auto
authors = [
"Brendan Doherty",
"Peter Shen",
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-darwin-x64",
"version": "2.0.0-rc8",
"version": "2.0.0-rc9",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-linux-x64-gnu",
"version": "2.0.0-rc8",
"version": "2.0.0-rc9",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-win32-x64-msvc",
"version": "2.0.0-rc8",
"version": "2.0.0-rc9",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter",
"version": "2.0.0-rc8",
"version": "2.0.0-rc9",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 9ccbc14

Please sign in to comment.