Skip to content

Commit fdd1754

Browse files
authored
Bump SDK patch versions to 0.9.2 (#473)
* Bump SDK patch versions to 0.9.2 * Bump workspace dependency version pins to 0.9.2 Aligns the SemVer requirements in [workspace.dependencies] with the actual crate versions (driven by [workspace.package].version = 0.9.2). Previously these were stale at 0.9.0 — accepted by cargo because 0.9.0 satisfies any 0.9.x, but misleading in published manifests.
1 parent 807bdf5 commit fdd1754

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ exclude = ["build/tmp", "target", ".venv", "examples/*/.venv"]
1818
resolver = "2"
1919

2020
[workspace.dependencies]
21-
boxlite = { path = "src/boxlite", version = "0.9.1" }
22-
boxlite-shared = { path = "src/shared", version = "0.9.0" }
23-
bubblewrap-sys = { path = "src/deps/bubblewrap-sys", version = "0.9.0" }
24-
e2fsprogs-sys = { path = "src/deps/e2fsprogs-sys", version = "0.9.0" }
25-
libgvproxy-sys = { path = "src/deps/libgvproxy-sys", version = "0.9.0" }
26-
libkrun-sys = { path = "src/deps/libkrun-sys", version = "0.9.0" }
21+
boxlite = { path = "src/boxlite", version = "0.9.2" }
22+
boxlite-shared = { path = "src/shared", version = "0.9.2" }
23+
bubblewrap-sys = { path = "src/deps/bubblewrap-sys", version = "0.9.2" }
24+
e2fsprogs-sys = { path = "src/deps/e2fsprogs-sys", version = "0.9.2" }
25+
libgvproxy-sys = { path = "src/deps/libgvproxy-sys", version = "0.9.2" }
26+
libkrun-sys = { path = "src/deps/libkrun-sys", version = "0.9.2" }
2727

2828
[workspace.package]
29-
version = "0.9.1"
29+
version = "0.9.2"
3030
edition = "2024"
3131
authors = ["Dorian Zheng <https://github.com/dorianzheng>"]
3232
license = "Apache-2.0"

sdks/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boxlite-ai/boxlite",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "BoxLite - Embeddable micro-VM runtime for secure, isolated code execution",
55
"type": "module",
66
"main": "dist/index.js",

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "boxlite"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "Python bindings for Boxlite runtime"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)