From 9694f7025d0b8cc636edca1775ef5fd3ca9456b4 Mon Sep 17 00:00:00 2001 From: "Sean P. Kelly" Date: Fri, 6 Dec 2024 00:04:52 +0000 Subject: [PATCH] chore: prepare for release 0.6.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- twoliter/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a89101..518e8467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.5.2...HEAD -## [0.6.0] - 2024-12-04 +## [0.6.0] - 2024-12-05 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 65ae23bb..5231fc94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "twoliter" -version = "0.6.0-rc1" +version = "0.6.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 49e3ed37..7e1f8b9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ pubsys-setup = { version = "0.1", path = "tools/pubsys-setup", artifact = [ "bin testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys" ] } testsys-config = { version = "0.1", path = "tools/testsys-config" } testsys-model = { version = "0.0.14", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.14" } -twoliter = { version = "0.6.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] } +twoliter = { version = "0.6.0", path = "twoliter", artifact = [ "bin:twoliter" ] } unplug = { version = "0.1", path = "tools/unplug", artifact = [ "bin:unplug" ] } update-metadata = { version = "0.1", path = "tools/update-metadata" } diff --git a/twoliter/Cargo.toml b/twoliter/Cargo.toml index a80f2164..1aaf6c05 100644 --- a/twoliter/Cargo.toml +++ b/twoliter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twoliter" -version = "0.6.0-rc1" +version = "0.6.0" edition = "2021" description = "A command line tool for creating custom builds of Bottlerocket" authors = ["Matthew James Briggs "]