Skip to content

Commit 28dfd8f

Browse files
authored
Merge pull request #33 from afshinm/changeset-release/main
chore: version packages
2 parents 95edecc + c348b1d commit 28dfd8f

16 files changed

Lines changed: 62 additions & 31 deletions

File tree

.changeset/public-facts-decide.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.1"
21+
version = "0.2.2"
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.0", path = "upstream/linux-sandbox" }
32-
zerobox-process-hardening = { version = "=0.2.0", path = "upstream/process-hardening" }
33-
zerobox-protocol = { version = "=0.2.0", path = "crates/zerobox-protocol" }
34-
zerobox-sandboxing = { version = "=0.2.0", path = "upstream/sandboxing" }
35-
zerobox-windows-sandbox = { version = "=0.2.0", path = "upstream/windows-sandbox-rs" }
36-
zerobox-utils-absolute-path = { version = "=0.2.0", path = "upstream/utils/absolute-path" }
37-
zerobox-utils-pty = { version = "=0.2.0", path = "upstream/utils/pty" }
38-
zerobox-utils-string = { version = "=0.2.0", path = "upstream/utils/string" }
39-
zerobox-utils-home-dir = { version = "=0.2.0", path = "crates/zerobox-home-dir" }
40-
zerobox-network-proxy = { version = "=0.2.0", path = "upstream/network-proxy" }
41-
zerobox-snapshot = { version = "=0.2.0", path = "crates/zerobox-snapshot" }
42-
zerobox-utils-rustls-provider = { version = "=0.2.0", path = "upstream/utils/rustls-provider" }
31+
zerobox-linux-sandbox = { version = "=0.2.2", path = "upstream/linux-sandbox" }
32+
zerobox-process-hardening = { version = "=0.2.2", path = "upstream/process-hardening" }
33+
zerobox-protocol = { version = "=0.2.2", path = "crates/zerobox-protocol" }
34+
zerobox-sandboxing = { version = "=0.2.2", path = "upstream/sandboxing" }
35+
zerobox-windows-sandbox = { version = "=0.2.2", path = "upstream/windows-sandbox-rs" }
36+
zerobox-utils-absolute-path = { version = "=0.2.2", path = "upstream/utils/absolute-path" }
37+
zerobox-utils-pty = { version = "=0.2.2", path = "upstream/utils/pty" }
38+
zerobox-utils-string = { version = "=0.2.2", path = "upstream/utils/string" }
39+
zerobox-utils-home-dir = { version = "=0.2.2", path = "crates/zerobox-home-dir" }
40+
zerobox-network-proxy = { version = "=0.2.2", path = "upstream/network-proxy" }
41+
zerobox-snapshot = { version = "=0.2.2", path = "crates/zerobox-snapshot" }
42+
zerobox-utils-rustls-provider = { version = "=0.2.2", 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.2
4+
5+
### Patch Changes
6+
7+
- [`95edecc`](https://github.com/afshinm/zerobox/commit/95edecc60633bb8fb2a32a636c1dc20987ca3056) Thanks [@afshinm](https://github.com/afshinm)! - Fix cargo.toml changeset
8+
39
## 0.2.1
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.1",
3+
"version": "0.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`95edecc`](https://github.com/afshinm/zerobox/commit/95edecc60633bb8fb2a32a636c1dc20987ca3056) Thanks [@afshinm](https://github.com/afshinm)! - Fix cargo.toml changeset
8+
39
## 0.2.1
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.1",
3+
"version": "0.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`95edecc`](https://github.com/afshinm/zerobox/commit/95edecc60633bb8fb2a32a636c1dc20987ca3056) Thanks [@afshinm](https://github.com/afshinm)! - Fix cargo.toml changeset
8+
39
## 0.2.1
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.1",
3+
"version": "0.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`95edecc`](https://github.com/afshinm/zerobox/commit/95edecc60633bb8fb2a32a636c1dc20987ca3056) Thanks [@afshinm](https://github.com/afshinm)! - Fix cargo.toml changeset
8+
39
## 0.2.1
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.1",
3+
"version": "0.2.2",
44
"description": "zerobox binary for Linux arm64 (glibc)",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)