From 55e80876079076b384b984f01a7f78f0bb754812 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 20 Nov 2024 16:59:04 +0100 Subject: [PATCH] chore: Update changelog (#338) --- Cargo.lock | 2 +- Cargo.nix | 2 +- extra/man/stackablectl.1 | 4 ++-- rust/stackablectl/CHANGELOG.md | 2 ++ rust/stackablectl/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88d39faf..e35fbd0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3133,7 +3133,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "24.11.0" +version = "24.11.1" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.nix b/Cargo.nix index a034e6c3..c6aa1843 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -10057,7 +10057,7 @@ rec { }; "stackablectl" = rec { crateName = "stackablectl"; - version = "24.11.0"; + version = "24.11.1"; edition = "2021"; crateBin = [ { diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index 1d6db3d0..a13e46b0 100644 --- a/extra/man/stackablectl.1 +++ b/extra/man/stackablectl.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH stackablectl 1 "stackablectl 24.11.0" +.TH stackablectl 1 "stackablectl 24.11.1" .SH NAME stackablectl \- Command line tool to interact with the Stackable Data Platform .SH SYNOPSIS @@ -98,6 +98,6 @@ EXPERIMENTAL: Launch a debug container for a Pod stackablectl\-help(1) Print this message or the help of the given subcommand(s) .SH VERSION -v24.11.0 +v24.11.1 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index 5e331be9..2f0f0442 100644 --- a/rust/stackablectl/CHANGELOG.md +++ b/rust/stackablectl/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [24.11.1] - 2024-11-20 + ### Added - Add shell completions for Nushell and Elvish ([#337]). diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index 42d2da4f..c635ceaa 100644 --- a/rust/stackablectl/Cargo.toml +++ b/rust/stackablectl/Cargo.toml @@ -2,7 +2,7 @@ name = "stackablectl" description = "Command line tool to interact with the Stackable Data Platform" # See /Cargo.toml -version = "24.11.0" +version = "24.11.1" authors.workspace = true license.workspace = true edition.workspace = true