Skip to content

Commit

Permalink
Bump version to v2.0.0-rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Dec 11, 2024
1 parent 9d2a9a3 commit 3915e2b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
22 changes: 20 additions & 2 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-rc10] - 2024-12-11

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

- Prefix review comments with marker by @2bndy5 in [`9d2a9a3`](https://github.com/cpp-linter/cpp-linter-rs/commit/9d2a9a3e4c4f91ab778959396e4e153d7cbb6d56)

### <!-- 6 --> 📦 Dependency updates

- 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)

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

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

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

### <!-- 4 --> 🛠️ Fixed
Expand All @@ -16,9 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump pyo3 from 0.23.1 to 0.23.2 in the cargo group by @dependabot[bot] in [#76](https://github.com/cpp-linter/cpp-linter-rs/pull/76)

[2.0.0-rc9]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc8...2.0.0-rc9
### <!-- 9 --> 🗨️ Changed

- Bump version to v2.0.0-rc9 by @2bndy5 in [`9ccbc14`](https://github.com/cpp-linter/cpp-linter-rs/commit/9ccbc14c575ddceec5827f18c9c0cf69d8296927)

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

Full commit diff: [`v2.0.0-rc8...2.0.0-rc9`][2.0.0-rc9]
Full commit diff: [`v2.0.0-rc8...v2.0.0-rc9`][2.0.0-rc9]

## [2.0.0-rc8] - 2024-11-24

Expand Down
8 changes: 4 additions & 4 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-rc9" # auto
version = "2.0.0-rc10" # 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-rc9",
"version": "2.0.0-rc10",
"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-rc9",
"version": "2.0.0-rc10",
"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-rc9",
"version": "2.0.0-rc10",
"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-rc9",
"version": "2.0.0-rc10",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 3915e2b

Please sign in to comment.