We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a18b2 commit 8abb076Copy full SHA for 8abb076
CHANGELOG.md
@@ -1,5 +1,5 @@
1
## Release (2025-XX-YY)
2
-- `core`: v0.2.0 (2025-06-12)[v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
+- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
3
- **Feature:** Allow setting custom token endpoint url in configuration
4
- `iaas`: [v0.5.3](services/iaas/CHANGELOG.md#v053-2025-06-12)
5
- Increase max length of description from 127 to 255 for
core/pyproject.toml
@@ -3,7 +3,7 @@ name = "stackit-core"
[tool.poetry]
name = "stackit-core"
6
-version = "v0.1.0"
+version = "v0.2.0"
7
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
8
description = "Core functionality for the STACKIT SDK for Python"
9
readme = "README.md"
0 commit comments