Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Types of changes:

## [Unreleased]

## [0.12.0] - 2026-02-03

### Fixed

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

[Unreleased]: https://github.com/ottogroup/koality/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/ottogroup/koality/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/ottogroup/koality/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/ottogroup/koality/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/ottogroup/koality/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/ottogroup/koality/compare/v0.8.0...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "koality"
version = "0.11.2"
version = "0.12.0"
authors = [
{ name = "Team PiT @ Otto Group data.works GmbH" },
{ name = "Norbert Maager" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading