From 178178b526efcca4104e0665a682af97ee475bf4 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 14 Sep 2022 13:34:04 +0200 Subject: [PATCH] Release 0.5.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 ac4f9d6d..829eb4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.5.0] - 2022-09-14 + ### Added - Print Nifi adminuser credentials within services command ([#80](https://github.com/stackabletech/stackablectl/pull/80)) diff --git a/Cargo.lock b/Cargo.lock index 843ebc99..d70a8e87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1386,7 +1386,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "0.4.0" +version = "0.5.0" dependencies = [ "cached", "clap", diff --git a/Cargo.toml b/Cargo.toml index b13f09db..ae9219c1 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.4.0" +version = "0.5.0" edition = "2021" license = "OSL-3.0" repository = "https://github.com/stackabletech/stackablectl"