From 77d7b58471212918e249e2413d7dc2f7b9e8a6d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:25:10 +0000 Subject: [PATCH] Release v0.2.5 --- README.md | 2 +- pyproject.toml | 2 +- src/sbx/__init__.py | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21bd6f1..1e038af 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Host credentials are not copied by default. `sbx` forwards only selected environ ## Install ```bash -uv tool install git+https://github.com/nueces/sbx.git@v0.2.4 +uv tool install git+https://github.com/nueces/sbx.git@v0.2.5 ``` Alternatively, install an editable clone: diff --git a/pyproject.toml b/pyproject.toml index cdfde90..74b6f6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sbx" -version = "0.2.5.dev0" +version = "0.2.5" description = "Run Pi/Claude/Codex coding agents in disposable SmolVM sandboxes." readme = "README.md" requires-python = ">=3.12" diff --git a/src/sbx/__init__.py b/src/sbx/__init__.py index b8bf590..03ea587 100644 --- a/src/sbx/__init__.py +++ b/src/sbx/__init__.py @@ -1,3 +1,3 @@ """sbx: Pi agent sandboxes powered by SmolVM.""" -__version__ = "0.2.5.dev0" +__version__ = "0.2.5" diff --git a/uv.lock b/uv.lock index 733ecf6..e37bc73 100644 --- a/uv.lock +++ b/uv.lock @@ -819,7 +819,7 @@ wheels = [ [[package]] name = "sbx" -version = "0.2.5.dev0" +version = "0.2.5" source = { editable = "." } dependencies = [ { name = "smolvm" },