Skip to content

Commit

Permalink
Bump version to v2.0.0-rc12
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Dec 12, 2024
1 parent 0923c6a commit aa03ebb
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- markdownlint-disable MD024 -->

## [2.0.0-rc12] - 2024-12-12

### <!-- 1 --> 🚀 Added

- Rationale to diagnostic comments in PR reviews by @2bndy5 in [`0923c6a`](https://github.com/cpp-linter/cpp-linter-rs/commit/0923c6a1c61617a09fd914a702959204fc41c26d)

### <!-- 8 --> 📝 Documentation

- [rust API] update logo, favicon, and some links by @2bndy5 in [`31b7add`](https://github.com/cpp-linter/cpp-linter-rs/commit/31b7add5ea8b1938ea4f816f27a732f3ec8d5227)

[2.0.0-rc12]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc11...v2.0.0-rc12

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

## [2.0.0-rc11] - 2024-12-11

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

### <!-- 9 --> 🗨️ Changed

- Bump version to v2.0.0-rc11 by @2bndy5 in [`d73c4f6`](https://github.com/cpp-linter/cpp-linter-rs/commit/d73c4f6c7d80bc55e8204b3b9a75879c5914f75a)

[2.0.0-rc11]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc10...v2.0.0-rc11

Full commit diff: [`v2.0.0-rc10...v2.0.0-rc11`][2.0.0-rc11]
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["cpp-linter", "bindings/python", "bindings/node", "docs"]
resolver = "2"

[workspace.package]
version = "2.0.0-rc11" # auto
version = "2.0.0-rc12" # auto
authors = [
"Brendan Doherty",
"Peter Shen",
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-darwin-x64",
"version": "2.0.0-rc11",
"version": "2.0.0-rc12",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-linux-x64-gnu",
"version": "2.0.0-rc11",
"version": "2.0.0-rc12",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-win32-x64-msvc",
"version": "2.0.0-rc11",
"version": "2.0.0-rc12",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter",
"version": "2.0.0-rc11",
"version": "2.0.0-rc12",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit aa03ebb

Please # to comment.