Skip to content

Commit 1fed189

Browse files
authored
Merge pull request #830 from cgwalters/bump-version
lib: Bump version to 1.1.0
2 parents 3b49fc5 + e92be55 commit 1fed189

17 files changed

+24
-24
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"

docs/src/man/bootc-container-lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ part of a build process; it will error if any problems are detected.
2323

2424
# VERSION
2525

26-
v0.1.16
26+
v1.1.0

docs/src/man/bootc-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ bootc-container-help(8)
3030

3131
# VERSION
3232

33-
v0.1.16
33+
v1.1.0

docs/src/man/bootc-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored.
3636

3737
# VERSION
3838

39-
v0.1.16
39+
v1.1.0

docs/src/man/bootc-install-print-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.
2727

2828
# VERSION
2929

30-
v0.1.16
30+
v1.1.0

docs/src/man/bootc-install-to-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ firmware will be skipped
149149

150150
# VERSION
151151

152-
v0.1.16
152+
v1.1.0

docs/src/man/bootc-install-to-existing-root.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ firmware will be skipped
134134

135135
# VERSION
136136

137-
v0.1.16
137+
v1.1.0

docs/src/man/bootc-install-to-filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ mounting. To override this, use \`\--root-mount-spec\`.
161161

162162
# VERSION
163163

164-
v0.1.16
164+
v1.1.0

docs/src/man/bootc-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bootc-install - Install the running container to a target
1010

1111
Install the running container to a target.
1212

13-
## Understanding installations
13+
\## Understanding installations
1414

1515
OCI containers are effectively layers of tarballs with JSON for
1616
metadata; they cannot be booted directly. The \`bootc install\` flow is
@@ -61,4 +61,4 @@ bootc-install-help(8)
6161

6262
# VERSION
6363

64-
v0.1.16
64+
v1.1.0

0 commit comments

Comments
 (0)