From 760d6b8733985c6b89280bc504ea2141093de867 Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Tue, 3 Feb 2026 22:21:15 +0100 Subject: [PATCH] Bump version to 0.12.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1c49a..64ef334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2daaad6..95b51d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, diff --git a/uv.lock b/uv.lock index f50c1c5..521a228 100644 --- a/uv.lock +++ b/uv.lock @@ -332,7 +332,7 @@ wheels = [ [[package]] name = "koality" -version = "0.11.2" +version = "0.12.0" source = { editable = "." } dependencies = [ { name = "click" },