Skip to content

Commit 77bf67e

Browse files
authored
Merge pull request #413 from cbgbt/twoliter-0.6.0
chore: prepare for release 0.6.0
2 parents aeda99f + 9694f70 commit 77bf67e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.5.2...HEAD
1111

12-
## [0.6.0] - 2024-12-04
12+
## [0.6.0] - 2024-12-05
1313

1414
### Changed
1515

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
@@ -61,7 +61,7 @@ pubsys-setup = { version = "0.1", path = "tools/pubsys-setup", artifact = [ "bin
6161
testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys" ] }
6262
testsys-config = { version = "0.1", path = "tools/testsys-config" }
6363
testsys-model = { version = "0.0.14", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.14" }
64-
twoliter = { version = "0.6.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
64+
twoliter = { version = "0.6.0", path = "twoliter", artifact = [ "bin:twoliter" ] }
6565
unplug = { version = "0.1", path = "tools/unplug", artifact = [ "bin:unplug" ] }
6666
update-metadata = { version = "0.1", path = "tools/update-metadata" }
6767

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.6.0-rc1"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "A command line tool for creating custom builds of Bottlerocket"
66
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]

0 commit comments

Comments
 (0)