From f394072191d909ee4afd992e1a2fb03bbff189d4 Mon Sep 17 00:00:00 2001 From: Sam Berning Date: Wed, 15 Jan 2025 21:53:02 +0000 Subject: [PATCH] chore: prepare for release v0.7.0 Signed-off-by: Sam Berning --- Cargo.lock | 2 +- Cargo.toml | 2 +- twoliter/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b3c2379..99f06f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3908,7 +3908,7 @@ dependencies = [ [[package]] name = "twoliter" -version = "0.7.0-rc2" +version = "0.7.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index fb6dcd64..899ac9fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,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.7.0-rc2", path = "twoliter", artifact = [ "bin:twoliter" ] } +twoliter = { version = "0.7.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 35848835..7624696f 100644 --- a/twoliter/Cargo.toml +++ b/twoliter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twoliter" -version = "0.7.0-rc2" +version = "0.7.0" edition = "2021" description = "A command line tool for creating custom builds of Bottlerocket" authors = ["Matthew James Briggs "]