Skip to content

Commit 98695b0

Browse files
authored
Merge pull request #42 from afshinm/changeset-release/main
chore: version packages
2 parents e645c27 + 5da4630 commit 98695b0

16 files changed

Lines changed: 62 additions & 31 deletions

File tree

.changeset/deep-trees-roll.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818
resolver = "2"
1919

2020
[workspace.package]
21-
version = "0.2.5"
21+
version = "0.2.6"
2222
edition = "2024"
2323
license = "Apache-2.0"
2424
repository = "https://github.com/afshinm/zerobox"
@@ -28,18 +28,18 @@ keywords = ["security", "sandbox", "secret-management", "ai-agents", "process-is
2828
categories = ["command-line-utilities", "os"]
2929

3030
[workspace.dependencies]
31-
zerobox-linux-sandbox = { version = "=0.2.5", path = "upstream/linux-sandbox" }
32-
zerobox-process-hardening = { version = "=0.2.5", path = "upstream/process-hardening" }
33-
zerobox-protocol = { version = "=0.2.5", path = "crates/zerobox-protocol" }
34-
zerobox-sandboxing = { version = "=0.2.5", path = "upstream/sandboxing" }
35-
zerobox-windows-sandbox = { version = "=0.2.5", path = "upstream/windows-sandbox-rs" }
36-
zerobox-utils-absolute-path = { version = "=0.2.5", path = "upstream/utils/absolute-path" }
37-
zerobox-utils-pty = { version = "=0.2.5", path = "upstream/utils/pty" }
38-
zerobox-utils-string = { version = "=0.2.5", path = "upstream/utils/string" }
39-
zerobox-utils-home-dir = { version = "=0.2.5", path = "crates/zerobox-home-dir" }
40-
zerobox-network-proxy = { version = "=0.2.5", path = "upstream/network-proxy" }
41-
zerobox-snapshot = { version = "=0.2.5", path = "crates/zerobox-snapshot" }
42-
zerobox-utils-rustls-provider = { version = "=0.2.5", path = "upstream/utils/rustls-provider" }
31+
zerobox-linux-sandbox = { version = "=0.2.6", path = "upstream/linux-sandbox" }
32+
zerobox-process-hardening = { version = "=0.2.6", path = "upstream/process-hardening" }
33+
zerobox-protocol = { version = "=0.2.6", path = "crates/zerobox-protocol" }
34+
zerobox-sandboxing = { version = "=0.2.6", path = "upstream/sandboxing" }
35+
zerobox-windows-sandbox = { version = "=0.2.6", path = "upstream/windows-sandbox-rs" }
36+
zerobox-utils-absolute-path = { version = "=0.2.6", path = "upstream/utils/absolute-path" }
37+
zerobox-utils-pty = { version = "=0.2.6", path = "upstream/utils/pty" }
38+
zerobox-utils-string = { version = "=0.2.6", path = "upstream/utils/string" }
39+
zerobox-utils-home-dir = { version = "=0.2.6", path = "crates/zerobox-home-dir" }
40+
zerobox-network-proxy = { version = "=0.2.6", path = "upstream/network-proxy" }
41+
zerobox-snapshot = { version = "=0.2.6", path = "crates/zerobox-snapshot" }
42+
zerobox-utils-rustls-provider = { version = "=0.2.6", path = "upstream/utils/rustls-provider" }
4343

4444
anyhow = "1"
4545
async-trait = "0.1.89"

packages/cli-darwin-arm64/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zerobox/cli-darwin-arm64
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [`e645c27`](https://github.com/afshinm/zerobox/commit/e645c27b97f9a60c4e099c3d36d727628f83297c) Thanks [@afshinm](https://github.com/afshinm)! - Python SDK
8+
39
## 0.2.5
410

511
### Patch Changes

packages/cli-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": "@zerobox/cli-darwin-arm64",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "zerobox binary for darwin arm64",
55
"license": "Apache-2.0",
66
"repository": {

packages/cli-darwin-x64/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zerobox/cli-darwin-x64
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [`e645c27`](https://github.com/afshinm/zerobox/commit/e645c27b97f9a60c4e099c3d36d727628f83297c) Thanks [@afshinm](https://github.com/afshinm)! - Python SDK
8+
39
## 0.2.5
410

511
### Patch Changes

packages/cli-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": "@zerobox/cli-darwin-x64",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "zerobox binary for darwin x64",
55
"license": "Apache-2.0",
66
"repository": {

packages/cli-linux-arm64-musl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zerobox/cli-linux-arm64-musl
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [`e645c27`](https://github.com/afshinm/zerobox/commit/e645c27b97f9a60c4e099c3d36d727628f83297c) Thanks [@afshinm](https://github.com/afshinm)! - Python SDK
8+
39
## 0.2.5
410

511
### Patch Changes

packages/cli-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": "@zerobox/cli-linux-arm64-musl",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "zerobox binary for Linux arm64 (musl)",
55
"license": "Apache-2.0",
66
"repository": {

packages/cli-linux-arm64/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zerobox/cli-linux-arm64
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [`e645c27`](https://github.com/afshinm/zerobox/commit/e645c27b97f9a60c4e099c3d36d727628f83297c) Thanks [@afshinm](https://github.com/afshinm)! - Python SDK
8+
39
## 0.2.5
410

511
### Patch Changes

packages/cli-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerobox/cli-linux-arm64",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "zerobox binary for Linux arm64 (glibc)",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)