Skip to content

Commit 22dd0bb

Browse files
committed
chore(dev): realign release candidate numbers
Previous release candidates used `v2.0.0-rc15`, but since switching to `cargo-edit` for bumping the version number, this was reset back to `v2.0.0-rc.1` (notice the third dot). Also the python release (for `2.0.0-rc.1` which transformed into `2.0.0rc1`) didn't upload any useful wheels because the test-pypi release for v2.0.0rc1 already had existing files.
1 parent d1f8d05 commit 22dd0bb

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ readme = "README.md"
44
keywords = ["clang-tidy", "clang-format", "linter"]
55
categories = ["command-line-utilities", "development-tools", "filesystem"]
66
repository = "https://github.com/cpp-linter/cpp-linter-rs"
7-
version = "2.0.0-rc.1"
7+
version = "2.0.0-rc.15"
88
edition.workspace = true
99
authors.workspace = true
1010
description.workspace = true

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-rc.1",
3+
"version": "2.0.0-rc.15",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cpp-linter-py"
33
readme = "README.md"
44
repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/bindings/python"
5-
version = "2.0.0-rc.1"
5+
version = "2.0.0-rc.15"
66
edition.workspace = true
77
authors.workspace = true
88
description.workspace = true

cpp-linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cpp-linter"
33
readme = "README.md"
44
keywords = ["clang-tidy", "clang-format", "linter", "cpp-linter"]
55
categories = ["command-line-utilities", "development-tools", "filesystem"]
6-
version = "2.0.0-rc.1"
6+
version = "2.0.0-rc.15"
77
repository.workspace = true
88
edition.workspace = true
99
authors.workspace = true

0 commit comments

Comments
 (0)