From b989b90daffa874cb917656a37b55a43ad50b628 Mon Sep 17 00:00:00 2001 From: mischuh <2361009+mischuh@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:38:28 +0200 Subject: [PATCH] chore: release 0.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78e7f27..ddfa3e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b8d1a..54681b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.1](https://github.com/mischuh/canonic/compare/v0.11.0...v0.11.1) (2026-07-28) + + +### Bug Fixes + +* **compiler:** dedup fanned-out additive leaves in composite metrics ([#251](https://github.com/mischuh/canonic/issues/251)) ([51e424a](https://github.com/mischuh/canonic/commit/51e424ab9548550317a4a51a038bdfdb8a6396ee)) +* **compiler:** dedup fanned-out finality UNION branches ([#252](https://github.com/mischuh/canonic/issues/252)) ([97523dd](https://github.com/mischuh/canonic/commit/97523dd5b5f33d03d6f4badc9042fdb679f4214b)) + ## [0.11.0](https://github.com/mischuh/canonic/compare/v0.10.2...v0.11.0) (2026-07-27) diff --git a/pyproject.toml b/pyproject.toml index aea2bae..0e07acc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "canonic" -version = "0.11.0" +version = "0.11.1" description = "The Open Context Layer for Data Agents" readme = "README.md" requires-python = ">=3.13"