Skip to content

Commit a2723b8

Browse files
committed
Chore: Prepare release 0.1.6
1 parent dff0bf4 commit a2723b8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.6 - 2025-16-01
4+
5+
### Features
6+
7+
- New watch option for exists command, e.g: `cube exists <cube_name> --watch`
8+
39
## v0.1.5 - 2025-16-01
410

511
### Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ tm1cli process dump <name> --folder <path> --format <json|yaml>
5252
tm1cli process load <name> --folder <path> --format <json|yaml>
5353

5454
tm1cli cube list
55-
tm1cli cube exists <cube_name>
55+
tm1cli cube exists <cube_name> --watch
5656

5757
tm1cli dimension list
58-
tm1cli dimension exists <dimension_name>
58+
tm1cli dimension exists <dimension_name> -w
5959

6060
tm1cli view list <cube_name>
6161
tm1cli view exists <cube_name> <view_name>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tm1cli"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "A command-line interface (CLI) tool for interacting with TM1 servers using TM1py."
55
authors = ["onefloid <onefloid@gmx.de>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)