Skip to content

Commit f02baf6

Browse files
mikolalysenkoclaude
andcommitted
chore(release): bump version to 3.3.0
Bump 3.2.0 -> 3.3.0 (minor) for the inline OpenVEX feature already staged under CHANGELOG `## [Unreleased]`. Synced via scripts/version-sync.sh across Cargo.toml (workspace version + core dep pin), Cargo.lock, all npm packages (main + platform shims + lockfile), and pypi/pyproject.toml. The Release workflow reads this version from Cargo.toml; once merged it can be dispatched to publish v3.3.0 and roll the CHANGELOG over. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dafef0b commit f02baf6

19 files changed

Lines changed: 50 additions & 50 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ members = ["crates/socket-patch-core", "crates/socket-patch-cli"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "3.2.0"
6+
version = "3.3.0"
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/SocketDev/socket-patch"
1010

1111
[workspace.dependencies]
12-
socket-patch-core = { path = "crates/socket-patch-core", version = "=3.2.0" }
12+
socket-patch-core = { path = "crates/socket-patch-core", version = "=3.3.0" }
1313
clap = { version = "=4.5.60", features = ["derive", "env"] }
1414
serde = { version = "=1.0.228", features = ["derive"] }
1515
serde_json = { version = "=1.0.149", features = ["preserve_order"] }

npm/socket-patch-android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-android-arm64",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "socket-patch binary for Android ARM64",
55
"os": [
66
"android"

npm/socket-patch-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-darwin-arm64",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "socket-patch binary for macOS ARM64",
55
"os": [
66
"darwin"

npm/socket-patch-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-darwin-x64",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "socket-patch binary for macOS x64",
55
"os": [
66
"darwin"

npm/socket-patch-linux-arm-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-arm-gnu",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "socket-patch binary for Linux ARM (glibc)",
55
"os": [
66
"linux"

npm/socket-patch-linux-arm-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-arm-musl",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "socket-patch binary for Linux ARM (musl)",
55
"os": [
66
"linux"

npm/socket-patch-linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-arm64-gnu",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "socket-patch binary for Linux ARM64 (glibc)",
55
"os": [
66
"linux"

npm/socket-patch-linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-arm64-musl",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "socket-patch binary for Linux ARM64 (musl)",
55
"os": [
66
"linux"

npm/socket-patch-linux-ia32-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/socket-patch-linux-ia32-gnu",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "socket-patch binary for Linux ia32 (glibc)",
55
"os": [
66
"linux"

0 commit comments

Comments
 (0)