Skip to content

Commit 205bd2d

Browse files
committed
Bump version to v2.0.0-rc8
1 parent fc2244f commit 205bd2d

File tree

7 files changed

+29
-10
lines changed

7 files changed

+29
-10
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,34 @@ 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-rc8] - 2024-11-24
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Include type stubs in python source distribution by @2bndy5 in [`7dfcce7`](https://github.com/cpp-linter/cpp-linter-rs/commit/7dfcce72f39412f45208e5586d0a1ef2d0a40207)
14+
- Clang tools' version output string in PR review summary by @2bndy5 in [`3333796`](https://github.com/cpp-linter/cpp-linter-rs/commit/33337965a240ff791d39d4e4cd6339855ea42fd8)
15+
16+
### <!-- 8 --> 📝 Documentation
17+
18+
- Minor update node binding README by @2bndy5 in [`fc2244f`](https://github.com/cpp-linter/cpp-linter-rs/commit/fc2244f81903c719a5268f18e595f422d1a958e1)
19+
20+
[2.0.0-rc8]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc7...2.0.0-rc8
21+
22+
Full commit diff: [`v2.0.0-rc7...2.0.0-rc8`][2.0.0-rc8]
23+
924
## [2.0.0-rc7] - 2024-11-24
1025

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

1328
- Fix python binding's entry point by @2bndy5 in [`bba2e68`](https://github.com/cpp-linter/cpp-linter-rs/commit/bba2e68f43fa2ee652cc67a18ea2cd1cfbfe537a)
1429

15-
[2.0.0-rc7]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc6...2.0.0-rc7
30+
### <!-- 9 --> 🗨️ Changed
31+
32+
- Bump version to v2.0.0-rc7 by @2bndy5 in [`a2001f3`](https://github.com/cpp-linter/cpp-linter-rs/commit/a2001f395a6bb078ed43d4ef5014fa3304ca9323)
33+
34+
[2.0.0-rc7]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc6...v2.0.0-rc7
1635

17-
Full commit diff: [`v2.0.0-rc6...2.0.0-rc7`][2.0.0-rc7]
36+
Full commit diff: [`v2.0.0-rc6...v2.0.0-rc7`][2.0.0-rc7]
1837

1938
## [2.0.0-rc6] - 2024-11-23
2039

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-rc7" # auto
8+
version = "2.0.0-rc8" # 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-rc7",
3+
"version": "2.0.0-rc8",
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-rc7",
3+
"version": "2.0.0-rc8",
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-rc7",
3+
"version": "2.0.0-rc8",
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-rc7",
3+
"version": "2.0.0-rc8",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)