Skip to content

Commit 3272095

Browse files
committed
Bump version to v2.0.0-rc14
1 parent 866d4da commit 3272095

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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-rc14] - 2025-11-12
10+
11+
### <!-- 6 --> 📦 Dependency updates
12+
13+
- Bump python dependencies by @2bndy5 in [#214](https://github.com/cpp-linter/cpp-linter-rs/pull/214)
14+
- Bump oxlint from 1.24.0 to 1.28.0 in the npm group by @dependabot[bot] in [#215](https://github.com/cpp-linter/cpp-linter-rs/pull/215)
15+
16+
### <!-- 9 --> 🗨️ Changed
17+
18+
- Use trusted publishing for npm deployments by @2bndy5 in [#212](https://github.com/cpp-linter/cpp-linter-rs/pull/212)
19+
20+
[2.0.0-rc14]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc13...v2.0.0-rc14
21+
22+
Full commit diff: [`v2.0.0-rc13...v2.0.0-rc14`][2.0.0-rc14]
23+
924
## [2.0.0-rc13] - 2025-11-12
1025

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

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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-rc13" # auto
8+
version = "2.0.0-rc14" # auto
99
authors = [
1010
"Brendan Doherty",
1111
"Xianpeng Shen",

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter",
3-
"version": "2.0.0-rc13",
3+
"version": "2.0.0-rc14",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)