Skip to content

Commit 23e2dcf

Browse files
authored
Merge pull request #483 from qianxjcraig/v0.8.0-prep
chore: prepare for release v0.8.0
2 parents 38d220d + 6232b08 commit 23e2dcf

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pubsys-setup = { version = "0.1", path = "tools/pubsys-setup", artifact = [ "bin
6262
testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys" ] }
6363
testsys-config = { version = "0.1", path = "tools/testsys-config" }
6464
testsys-model = { version = "0.0.15", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.15" }
65-
twoliter = { version = "0.8.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
65+
twoliter = { version = "0.8.0", path = "twoliter", artifact = [ "bin:twoliter" ] }
6666
unplug = { version = "0.1", path = "tools/unplug", artifact = [ "bin:unplug" ] }
6767
update-metadata = { version = "0.1", path = "tools/update-metadata" }
6868

twoliter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twoliter"
3-
version = "0.8.0-rc1"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "A command line tool for creating custom builds of Bottlerocket"
66
authors = ["Matthew James Briggs <[email protected]>"]

0 commit comments

Comments
 (0)