Skip to content

Commit 8abb076

Browse files
committed
fix changelog and pyproject version
1 parent d1a18b2 commit 8abb076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Release (2025-XX-YY)
2-
- `core`: v0.2.0 (2025-06-12)[v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
2+
- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
33
- **Feature:** Allow setting custom token endpoint url in configuration
44
- `iaas`: [v0.5.3](services/iaas/CHANGELOG.md#v053-2025-06-12)
55
- Increase max length of description from 127 to 255 for

core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-core"
33

44
[tool.poetry]
55
name = "stackit-core"
6-
version = "v0.1.0"
6+
version = "v0.2.0"
77
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
88
description = "Core functionality for the STACKIT SDK for Python"
99
readme = "README.md"

0 commit comments

Comments
 (0)