Skip to content

Commit 6a1e863

Browse files
author
Benjamin Gutzmann
committed
Bump version to 0.6.0
1 parent 9aa6b7f commit 6a1e863

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Types of changes:
1616

1717
## [Unreleased]
1818

19+
## [0.6.0] - 2026-01-07
20+
1921
### Added
2022

2123
- Add format_threshold utility to handle SQL threshold values and update executor to use it
@@ -124,7 +126,8 @@ Types of changes:
124126
- GitHub Actions workflows for CI/CD and releases
125127
- Use common `defaults` key instead of `global_defaults` and `default_args`
126128

127-
[Unreleased]: https://github.com/ottogroup/koality/compare/v0.5.0...HEAD
129+
[Unreleased]: https://github.com/ottogroup/koality/compare/v0.6.0...HEAD
130+
[0.6.0]: https://github.com/ottogroup/koality/compare/v0.5.0...v0.6.0
128131
[0.5.0]: https://github.com/ottogroup/koality/compare/v0.4.1...v0.5.0
129132
[0.4.1]: https://github.com/ottogroup/koality/compare/v0.4.0...v0.4.1
130133
[0.4.0]: https://github.com/ottogroup/koality/compare/v0.3.0...v0.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "koality"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = [
55
{ name = "Team PiT @ Otto Group data.works GmbH" },
66
{ name = "Norbert Maager" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)