Skip to content

Commit

Permalink
Bump version to v2.0.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 23, 2024
1 parent d30125b commit 12729b8
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 8 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,43 @@ 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-rc6] - 2024-11-23

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

- Add optional colored log output by @2bndy5 in [#52](https://github.com/cpp-linter/cpp-linter-rs/pull/52)
- Add CI to detect performance regressions by @2bndy5 in [#53](https://github.com/cpp-linter/cpp-linter-rs/pull/53)
- Capture and output clang tool's version number by @2bndy5 in [#54](https://github.com/cpp-linter/cpp-linter-rs/pull/54)

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

- Fix changelog updates when publishing release by @2bndy5 in [`275f189`](https://github.com/cpp-linter/cpp-linter-rs/commit/275f1895ca6e5e8070a94eed024955d0b9e6f0a3)
- Let public forks' PRs run git cliff in CI by @2bndy5 in [`0857121`](https://github.com/cpp-linter/cpp-linter-rs/commit/0857121826e2ae8ebdd896ba6033eb495b614613)
- Regenerate TS type definitions by @2bndy5 in [`023c170`](https://github.com/cpp-linter/cpp-linter-rs/commit/023c1705a078b9a7542022deefa228a567d68b67)

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

- Bump reqwest from 0.12.7 to 0.12.8 in the cargo group by @dependabot[bot] in [#51](https://github.com/cpp-linter/cpp-linter-rs/pull/51)
- Bump the cargo group across 1 directory with 4 updates by @dependabot[bot] in [#58](https://github.com/cpp-linter/cpp-linter-rs/pull/58)
- Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 by @dependabot[bot] in [#69](https://github.com/cpp-linter/cpp-linter-rs/pull/69)
- Bump cross-spawn from 7.0.3 to 7.0.5 by @dependabot[bot] in [#70](https://github.com/cpp-linter/cpp-linter-rs/pull/70)
- Bump the actions group across 1 directory with 2 updates by @dependabot[bot] in [#72](https://github.com/cpp-linter/cpp-linter-rs/pull/72)
- Bump the npm group across 1 directory with 4 updates by @dependabot[bot] in [#71](https://github.com/cpp-linter/cpp-linter-rs/pull/71)
- Bump the cargo group across 1 directory with 13 updates by @dependabot[bot] in [#73](https://github.com/cpp-linter/cpp-linter-rs/pull/73)

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

- Switch to mkdocs by @2bndy5 in [`da09e54`](https://github.com/cpp-linter/cpp-linter-rs/commit/da09e542488ace2c11b60d83963912ef57b4d754)
- Adjust color in docs' drawer by @2bndy5 in [`6239f7e`](https://github.com/cpp-linter/cpp-linter-rs/commit/6239f7ef85395000a905b456b440e80ecdb18c29)

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

- Reorganize repo folders by @2bndy5 in [`d30125b`](https://github.com/cpp-linter/cpp-linter-rs/commit/d30125bbe9015d7ea070a3b8c20fcc9acc56dbc0)

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

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

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

### <!-- 1 --> 🚀 Added
Expand Down Expand Up @@ -144,4 +181,7 @@ Full commit diff: [`v2.0.0-rc1...v2.0.0-rc2`][2.0.0-rc2]

Full commit diff: [`2e25fec...v2.0.0-rc1`][2.0.0-rc1]

## New Contributors
* @2bndy5 made their first contribution
* @dependabot[bot] made their first contribution in [#34](https://github.com/cpp-linter/cpp-linter-rs/pull/34)
<!-- generated by git-cliff -->
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-rc5" # auto
version = "2.0.0-rc6" # auto
authors = [
"Brendan Doherty",
"Peter Shen",
Expand Down
Empty file modified bindings/node/cli.js
100644 → 100755
Empty file.
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-rc5",
"version": "2.0.0-rc6",
"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-rc5",
"version": "2.0.0-rc6",
"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-rc5",
"version": "2.0.0-rc6",
"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-rc5",
"version": "2.0.0-rc6",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 12729b8

Please sign in to comment.