Skip to content

Commit 3c761a2

Browse files
Benjamin Gutzmanngutzbenj
authored andcommitted
Bump version to 0.12.0
1 parent ae6c893 commit 3c761a2

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.12.0] - 2026-02-03
20+
1921
### Fixed
2022

2123
- Improve nested/dotted column handling: when data is loaded from external sources via database accessors, nested
@@ -198,7 +200,8 @@ Types of changes:
198200
- GitHub Actions workflows for CI/CD and releases
199201
- Use common `defaults` key instead of `global_defaults` and `default_args`
200202

201-
[Unreleased]: https://github.com/ottogroup/koality/compare/v0.11.0...HEAD
203+
[Unreleased]: https://github.com/ottogroup/koality/compare/v0.12.0...HEAD
204+
[0.12.0]: https://github.com/ottogroup/koality/compare/v0.11.0...v0.12.0
202205
[0.11.0]: https://github.com/ottogroup/koality/compare/v0.10.0...v0.11.0
203206
[0.10.0]: https://github.com/ottogroup/koality/compare/v0.9.0...v0.10.0
204207
[0.9.0]: https://github.com/ottogroup/koality/compare/v0.8.0...v0.9.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.11.2"
3+
version = "0.12.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)