Skip to content

Commit ae8930b

Browse files
bootc-bot[bot]ckyrouac
authored andcommitted
Release 1.7.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0bb24c0 commit ae8930b

21 files changed

+205
-238
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platforms = ["*-unknown-linux-gnu"]
1515

1616
[dependencies]
1717
# Internal crates
18-
bootc-lib = { version = "1.6", path = "../lib" }
18+
bootc-lib = { version = "1.7", path = "../lib" }
1919
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
2020

2121
# Workspace dependencies

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "bootc-lib"
66
repository = "https://github.com/bootc-dev/bootc"
77
# The intention is we'll follow semver here, even though this
88
# project isn't actually published as a crate.
9-
version = "1.6.0"
9+
version = "1.7.0"
1010
# In general we try to keep this pinned to what's in the latest RHEL9.
1111
# However right now, we bumped to 1.82 as that's what composefs-rs uses.
1212
rust-version = "1.82.0"

0 commit comments

Comments
 (0)