From 64d9cebb872822fcaa982c2d1820d0b8c2658c5c Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 9 Aug 2022 13:09:41 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1099ba62..3e1098dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.3.0] - 2022-08-09 + ### Added - Support stacks, which are a collection of ready-to-use Stackable data products as well as required third-party services like Postgresql or MinIO ([#36](https://github.com/stackabletech/stackablectl/pull/36)) diff --git a/Cargo.toml b/Cargo.toml index 2ff1d9e2..36985cea 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.2.0" +version = "0.3.0" edition = "2021" license = "OSL-3.0" repository = "https://github.com/stackabletech/stackablectl"