Skip to content

Commit f1aecce

Browse files
committed
bump version to 0.5.0
Signed-off-by: Cong Wang <cwang@multikernel.io>
1 parent ea4dd5c commit f1aecce

5 files changed

Lines changed: 7 additions & 7 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.4.8"
10+
version = "0.5.0"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
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.4.8", path = "../sandlock-core" }
16+
sandlock-core = { version = "0.5.0", path = "../sandlock-core" }
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
@@ -12,6 +12,6 @@ description = "C ABI for sandlock process sandbox"
1212
crate-type = ["cdylib", "staticlib"]
1313

1414
[dependencies]
15-
sandlock-core = { version = "0.4.8", path = "../sandlock-core" }
15+
sandlock-core = { version = "0.5.0", path = "../sandlock-core" }
1616
tokio = { version = "1", features = ["rt-multi-thread"] }
1717

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.4.8"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)