Skip to content

Commit a2001f3

Browse files
committed
Bump version to v2.0.0-rc7
1 parent bba2e68 commit a2001f3

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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-rc7] - 2024-11-24
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Fix python binding's entry point by @2bndy5 in [`bba2e68`](https://github.com/cpp-linter/cpp-linter-rs/commit/bba2e68f43fa2ee652cc67a18ea2cd1cfbfe537a)
14+
15+
[2.0.0-rc7]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc6...2.0.0-rc7
16+
17+
Full commit diff: [`v2.0.0-rc6...2.0.0-rc7`][2.0.0-rc7]
18+
919
## [2.0.0-rc6] - 2024-11-23
1020

1121
### <!-- 1 --> 🚀 Added
@@ -38,10 +48,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3848
### <!-- 9 --> 🗨️ Changed
3949

4050
- Reorganize repo folders by @2bndy5 in [`d30125b`](https://github.com/cpp-linter/cpp-linter-rs/commit/d30125bbe9015d7ea070a3b8c20fcc9acc56dbc0)
51+
- Bump version to v2.0.0-rc6 by @2bndy5 in [`12729b8`](https://github.com/cpp-linter/cpp-linter-rs/commit/12729b86ec9047f550c842c7cbbd412a232b8470)
4152

42-
[2.0.0-rc6]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc5...2.0.0-rc6
53+
[2.0.0-rc6]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc5...v2.0.0-rc6
4354

44-
Full commit diff: [`v2.0.0-rc5...2.0.0-rc6`][2.0.0-rc6]
55+
Full commit diff: [`v2.0.0-rc5...v2.0.0-rc6`][2.0.0-rc6]
4556

4657
## [2.0.0-rc5] - 2024-09-29
4758

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

0 commit comments

Comments
 (0)