Skip to content

Commit 6ac8b7b

Browse files
authored
chore: release 0.4.0 (#19)
1 parent fbecbd1 commit 6ac8b7b

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.2"}
1+
{".":"0.4.0"}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/peterschwps/SAP-Datasphere-CLI/compare/v0.3.2...v0.4.0) (2026-07-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* moved batch orchestration into the cli ([#21](https://github.com/peterschwps/SAP-Datasphere-CLI/issues/21))
9+
10+
### Features
11+
12+
* moved batch orchestration into the cli ([#21](https://github.com/peterschwps/SAP-Datasphere-CLI/issues/21)) ([fbecbd1](https://github.com/peterschwps/SAP-Datasphere-CLI/commit/fbecbd1fc9e586761ed206739f640f8c8929d340))
13+
* replaced the macos binary with a pypi installation ([#20](https://github.com/peterschwps/SAP-Datasphere-CLI/issues/20)) ([2677839](https://github.com/peterschwps/SAP-Datasphere-CLI/commit/26778392580e6b07f9ea3b4a0f47bb928c405361))
14+
15+
16+
### Refactoring
17+
18+
* moved the package to src layout as datasphere_cli ([#18](https://github.com/peterschwps/SAP-Datasphere-CLI/issues/18)) ([db9215d](https://github.com/peterschwps/SAP-Datasphere-CLI/commit/db9215d558630e9db8938a2e284a628cd2246969))
19+
320
## [0.3.2](https://github.com/peterschwps/SAP-Datasphere-CLI/compare/v0.3.1...v0.3.2) (2026-07-07)
421

522

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "Datasphere-CLI"
11-
version = "0.3.2"
11+
version = "0.4.0"
1212
description = "Unofficial TUI for automating recurring tasks in SAP Datasphere"
1313
authors = [
1414
{ name = "Peter Schwips" }

0 commit comments

Comments
 (0)