Skip to content

Commit 6632f3e

Browse files
committed
Chore: Prepared release
1 parent 34e163f commit 6632f3e

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.4 - 2024-11-29
4+
5+
### Features
6+
7+
- New command: `cube list`
8+
- New command: `view list`
9+
10+
### Fix
11+
12+
- Fix case error in _**u**til_ folder
13+
14+
### Chore
15+
16+
- Added CI Job for linting
17+
- Added CI Job for publishing to pypi
18+
- Autoformat files
19+
- Fix linting errors
20+
321
## v0.1.3 - 2024-11-29
422

523
### Features

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ tm1cli process exists <process_name>
5050
tm1cli process clone --from <source_db> --to <target_db>
5151
tm1cli process dump <name> --folder <path> --format <json|yaml>
5252
tm1cli process load <name> --folder <path> --format <json|yaml>
53+
54+
tm1cli cube list
55+
56+
tm1cli view list <cube_name>
5357
```
5458

5559
### All Available Commands

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.3"
3+
version = "0.1.4"
44
description = "A command-line interface (CLI) tool for interacting with TM1 servers using TM1py."
55
authors = ["onefloid <[email protected]>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)