Skip to content

Commit 9140bf1

Browse files
committed
lib: Bump version to 1.1.0
We'll support all APIs and features we have now for the forseeable future. Why not 1.0.0? Just to avoid making this version feel too "special". Signed-off-by: Colin Walters <[email protected]>
1 parent 49618d9 commit 9140bf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64
1919

2020
[dependencies]
2121
anyhow = { workspace = true }
22-
bootc-lib = { version = "0.1", path = "../lib" }
22+
bootc-lib = { version = "1.0", path = "../lib" }
2323
clap = { workspace = true }
2424
tokio = { workspace = true, features = ["macros"] }
2525
log = "0.4.21"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
55
name = "bootc-lib"
66
readme = "README.md"
77
repository = "https://github.com/containers/bootc"
8-
version = "0.1.16"
8+
version = "1.1.0"
99
# For now don't bump this above what is currently shipped in RHEL9;
1010
# also keep in sync with the version in cli.
1111
rust-version = "1.75.0"

0 commit comments

Comments
 (0)