Skip to content

Commit 9ccbc14

Browse files
committed
Bump version to v2.0.0-rc9
1 parent d69a1b7 commit 9ccbc14

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
<!-- markdownlint-disable MD024 -->
88

9+
## [2.0.0-rc9] - 2024-11-27
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Clang-tidy diagnostic comments in PR review by @2bndy5 in [#77](https://github.com/cpp-linter/cpp-linter-rs/pull/77)
14+
15+
### <!-- 6 --> 📦 Dependency updates
16+
17+
- 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)
18+
19+
[2.0.0-rc9]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc8...2.0.0-rc9
20+
21+
Full commit diff: [`v2.0.0-rc8...2.0.0-rc9`][2.0.0-rc9]
22+
923
## [2.0.0-rc8] - 2024-11-24
1024

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

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

20-
[2.0.0-rc8]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc7...2.0.0-rc8
34+
### <!-- 9 --> 🗨️ Changed
35+
36+
- Bump version to v2.0.0-rc8 by @2bndy5 in [`205bd2d`](https://github.com/cpp-linter/cpp-linter-rs/commit/205bd2d492ee45e199ca23d1ac9f118c03a2c4a2)
37+
38+
[2.0.0-rc8]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc7...v2.0.0-rc8
2139

22-
Full commit diff: [`v2.0.0-rc7...2.0.0-rc8`][2.0.0-rc8]
40+
Full commit diff: [`v2.0.0-rc7...v2.0.0-rc8`][2.0.0-rc8]
2341

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

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["cpp-linter", "bindings/python", "bindings/node", "docs"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "2.0.0-rc8" # auto
8+
version = "2.0.0-rc9" # auto
99
authors = [
1010
"Brendan Doherty",
1111
"Peter Shen",

bindings/node/npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-darwin-x64",
3-
"version": "2.0.0-rc8",
3+
"version": "2.0.0-rc9",
44
"os": [
55
"darwin"
66
],

bindings/node/npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-linux-x64-gnu",
3-
"version": "2.0.0-rc8",
3+
"version": "2.0.0-rc9",
44
"os": [
55
"linux"
66
],

bindings/node/npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-win32-x64-msvc",
3-
"version": "2.0.0-rc8",
3+
"version": "2.0.0-rc9",
44
"os": [
55
"win32"
66
],

bindings/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter",
3-
"version": "2.0.0-rc8",
3+
"version": "2.0.0-rc9",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)