From 9120e7f30e8454d05613585010204dd7323c0db5 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 14 Feb 2023 12:53:52 +0100 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2297ce0..0ac44ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.7.0] - 2023-02-14 + ### Added - Support parametrization of stacks and demos ([#228](https://github.com/stackabletech/stackablectl/pull/228)) diff --git a/Cargo.lock b/Cargo.lock index a7b5bbb9..8a74597b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "0.6.0" +version = "0.7.0" dependencies = [ "bcrypt 0.14.0", "cached", diff --git a/Cargo.toml b/Cargo.toml index f4f975a5..bafc2f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "stackablectl" description = "Command line tool to interact with a Stackable Data Platform" authors = ["Stackable GmbH "] -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "OSL-3.0" repository = "https://github.com/stackabletech/stackablectl"