Skip to content

Commit 131efd5

Browse files
committed
release: bump version to 0.8.4
Signed-off-by: Cong Wang <cwang@multikernel.io>
1 parent 85b8903 commit 131efd5

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.8.3"
11+
version = "0.8.4"
1212
edition = "2021"
1313
license = "Apache-2.0"
1414
repository = "https://github.com/multikernel/sandlock"

crates/sandlock-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "sandlock"
1313
path = "src/main.rs"
1414

1515
[dependencies]
16-
sandlock-core = { version = "0.8.3", path = "../sandlock-core", features = ["cli"] }
16+
sandlock-core = { version = "0.8.4", path = "../sandlock-core", features = ["cli"] }
1717
clap = { version = "4", features = ["derive"] }
1818
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
1919
anyhow = "1"

crates/sandlock-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib", "staticlib", "rlib"]
1313

1414
[dependencies]
1515
libc = "0.2"
16-
sandlock-core = { version = "0.8.3", path = "../sandlock-core" }
16+
sandlock-core = { version = "0.8.4", path = "../sandlock-core" }
1717
serde_json = "1"
1818
tokio = { version = "1", features = ["rt-multi-thread"] }
1919

crates/sandlock-oci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "sandlock-oci"
1717
path = "src/main.rs"
1818

1919
[dependencies]
20-
sandlock-core = { version = "0.8.3", path = "../sandlock-core" }
20+
sandlock-core = { version = "0.8.4", path = "../sandlock-core" }
2121
anyhow = "1"
2222
clap = { version = "4", features = ["derive"] }
2323
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "io-util"] }

python/src/sandlock/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# Keep in sync with /Cargo.toml
3-
__version__ = "0.8.3"
3+
__version__ = "0.8.4"

0 commit comments

Comments
 (0)