Skip to content

Commit

Permalink
Bump version to v2.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 24, 2024
1 parent bba2e68 commit a2001f3
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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-rc7] - 2024-11-24

### <!-- 4 --> 🛠️ Fixed

- Fix python binding's entry point by @2bndy5 in [`bba2e68`](https://github.com/cpp-linter/cpp-linter-rs/commit/bba2e68f43fa2ee652cc67a18ea2cd1cfbfe537a)

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

Full commit diff: [`v2.0.0-rc6...2.0.0-rc7`][2.0.0-rc7]

## [2.0.0-rc6] - 2024-11-23

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

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

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

Full commit diff: [`v2.0.0-rc5...2.0.0-rc6`][2.0.0-rc6]
Full commit diff: [`v2.0.0-rc5...v2.0.0-rc6`][2.0.0-rc6]

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

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-rc6" # auto
version = "2.0.0-rc7" # 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-rc6",
"version": "2.0.0-rc7",
"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-rc6",
"version": "2.0.0-rc7",
"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-rc6",
"version": "2.0.0-rc7",
"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-rc6",
"version": "2.0.0-rc7",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit a2001f3

Please sign in to comment.