Skip to content

Commit d73c4f6

Browse files
committed
Bump version to v2.0.0-rc11
1 parent f183dab commit d73c4f6

File tree

7 files changed

+30
-10
lines changed

7 files changed

+30
-10
lines changed

CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ 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-rc11] - 2024-12-11
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Fix changelog on auto-version bump by @2bndy5 in [`ec4e6d4`](https://github.com/cpp-linter/cpp-linter-rs/commit/ec4e6d4c9a36b84c86fafac071b23bfbe9180716)
14+
15+
### <!-- 6 --> 📦 Dependency updates
16+
17+
- Bump pypa/gh-action-pypi-publish in the actions group by @dependabot[bot] in [#81](https://github.com/cpp-linter/cpp-linter-rs/pull/81)
18+
- Bump the npm group with 3 updates by @dependabot[bot] in [#78](https://github.com/cpp-linter/cpp-linter-rs/pull/78)
19+
- Bump the cargo group across 1 directory with 7 updates by @dependabot[bot] in [#82](https://github.com/cpp-linter/cpp-linter-rs/pull/82)
20+
21+
[2.0.0-rc11]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc10...v2.0.0-rc11
22+
23+
Full commit diff: [`v2.0.0-rc10...v2.0.0-rc11`][2.0.0-rc11]
24+
925
## [2.0.0-rc10] - 2024-12-11
1026

1127
### <!-- 1 --> 🚀 Added
@@ -16,9 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1632

1733
- Bump pyo3 from 0.23.2 to 0.23.3 by @dependabot[bot] in [#79](https://github.com/cpp-linter/cpp-linter-rs/pull/79)
1834

19-
[2.0.0-rc10]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc9...2.0.0-rc10
35+
### <!-- 9 --> 🗨️ Changed
36+
37+
- Bump version to v2.0.0-rc10 by @2bndy5 in [`3915e2b`](https://github.com/cpp-linter/cpp-linter-rs/commit/3915e2b5a09fd9b69a0233da6b8f64a2e34ce553)
38+
39+
[2.0.0-rc10]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc9...v2.0.0-rc10
2040

21-
Full commit diff: [`v2.0.0-rc9...2.0.0-rc10`][2.0.0-rc10]
41+
Full commit diff: [`v2.0.0-rc9...v2.0.0-rc10`][2.0.0-rc10]
2242

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

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

0 commit comments

Comments
 (0)