Skip to content

Commit d996cb0

Browse files
authored
Release stackablectl 1.0.0-rc1 (#97)
* Release stackablectl 1.0.0-rc1 * run pre-commit hooks
1 parent b416c44 commit d996cb0

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
members = ["rust/*", "web", "."]
33

44
[workspace.package]
5+
# Currently we version stackablectl separately from the other tools in this repo,
6+
# as we want to already ship a binary to enable easy testing.
7+
# We need to decide on a versioning strategy (e.g. version stackable-cokpit
8+
# using semver or use SDP releases) in the future. Once we have the decision
9+
# we can consolidate the stackablectl version.
510
version = "0.0.0-dev"
611
authors = ["Stackable GmbH <info@stackable.tech>"]
712
license = "OSL-3.0"

extra/man/stackablectl.1

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/stackablectl/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "stackablectl"
33
description = "Command line tool to interact with the Stackable Data Platform"
4-
version.workspace = true
4+
# See <project-root>/Cargo.toml
5+
version = "1.0.0-rc1"
56
authors.workspace = true
67
license.workspace = true
78
edition.workspace = true

0 commit comments

Comments
 (0)