Skip to content

Commit 2184f10

Browse files
authored
bump crates version to 0.2.4 (#164)
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 897e75d commit 2184f10

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["src/hyperlight-js", "src/js-host-api", "src/hyperlight-js-runtime"]
44

55
[workspace.package]
6-
version = "0.2.3"
6+
version = "0.2.4"
77
edition = "2024"
88
rust-version = "1.89"
99
license = "Apache-2.0"
@@ -14,8 +14,8 @@ readme = "README.md"
1414
hyperlight-guest-bin = { version = "0.15.0", features = ["libc"] }
1515
hyperlight-host = { version = "0.15.0", default-features = false }
1616

17-
hyperlight-js = { version = "0.2.3", path = "src/hyperlight-js" }
18-
hyperlight-js-runtime = { version = "0.2.3", path = "src/hyperlight-js-runtime" }
17+
hyperlight-js = { version = "0.2.4", path = "src/hyperlight-js" }
18+
hyperlight-js-runtime = { version = "0.2.4", path = "src/hyperlight-js-runtime" }
1919

2020
[profile.dev]
2121
panic = "abort"

src/js-host-api/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-linux-x64-gnu",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"os": [
55
"linux"
66
],

src/js-host-api/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-linux-x64-musl",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"os": [
55
"linux"
66
],

src/js-host-api/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-win32-x64-msvc",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"os": [
55
"win32"
66
],

src/js-host-api/package-lock.json

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

src/js-host-api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Node.js API bindings for Hyperlight JS",
55
"main": "lib.js",
66
"module": "lib.mjs",
@@ -35,9 +35,9 @@
3535
},
3636
"license": "Apache-2.0",
3737
"optionalDependencies": {
38-
"@hyperlight-dev/js-host-api-linux-x64-gnu": "0.2.3",
39-
"@hyperlight-dev/js-host-api-linux-x64-musl": "0.2.3",
40-
"@hyperlight-dev/js-host-api-win32-x64-msvc": "0.2.3"
38+
"@hyperlight-dev/js-host-api-linux-x64-gnu": "0.2.4",
39+
"@hyperlight-dev/js-host-api-linux-x64-musl": "0.2.4",
40+
"@hyperlight-dev/js-host-api-win32-x64-msvc": "0.2.4"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^10.0.1",

0 commit comments

Comments
 (0)