Skip to content

Commit aa03ebb

Browse files
committed
Bump version to v2.0.0-rc12
1 parent 0923c6a commit aa03ebb

File tree

7 files changed

+26
-8
lines changed

7 files changed

+26
-8
lines changed

CHANGELOG.md

+18
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-rc12] - 2024-12-12
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Rationale to diagnostic comments in PR reviews by @2bndy5 in [`0923c6a`](https://github.com/cpp-linter/cpp-linter-rs/commit/0923c6a1c61617a09fd914a702959204fc41c26d)
14+
15+
### <!-- 8 --> 📝 Documentation
16+
17+
- [rust API] update logo, favicon, and some links by @2bndy5 in [`31b7add`](https://github.com/cpp-linter/cpp-linter-rs/commit/31b7add5ea8b1938ea4f816f27a732f3ec8d5227)
18+
19+
[2.0.0-rc12]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc11...v2.0.0-rc12
20+
21+
Full commit diff: [`v2.0.0-rc11...v2.0.0-rc12`][2.0.0-rc12]
22+
923
## [2.0.0-rc11] - 2024-12-11
1024

1125
### <!-- 4 --> 🛠️ Fixed
@@ -18,6 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1832
- Bump the npm group with 3 updates by @dependabot[bot] in [#78](https://github.com/cpp-linter/cpp-linter-rs/pull/78)
1933
- 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)
2034

35+
### <!-- 9 --> 🗨️ Changed
36+
37+
- Bump version to v2.0.0-rc11 by @2bndy5 in [`d73c4f6`](https://github.com/cpp-linter/cpp-linter-rs/commit/d73c4f6c7d80bc55e8204b3b9a75879c5914f75a)
38+
2139
[2.0.0-rc11]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc10...v2.0.0-rc11
2240

2341
Full commit diff: [`v2.0.0-rc10...v2.0.0-rc11`][2.0.0-rc11]

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

0 commit comments

Comments
 (0)