Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 59ba2c2

Browse files
committed
Release 0.1.1 (#16)
1 parent 43eeda0 commit 59ba2c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.1.1] - 2022-05-06
6+
57
### Added
68

79
- Add support for cloud vendors like Google Cloud Platform ([#12](https://github.com/stackabletech/stackablectl/pull/12))

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
name = "stackablectl"
33
description = "Command line tool to interact with a Stackable Data Platform"
44
authors = ["Stackable GmbH <[email protected]>"]
5-
version = "0.1.0"
5+
version = "0.1.1"
66
edition = "2021"
77
license = "OSL-3.0"
88
repository = "https://github.com/stackabletech/stackablecrt"
99

10-
1110
[dependencies]
1211
cached = "0.34"
1312
clap = { version = "3.1", features = ["derive", "cargo"] }

0 commit comments

Comments
 (0)