From 83e7a381ae4c06a76d205ddae562545d3af2bbfb Mon Sep 17 00:00:00 2001 From: mischuh <2361009+mischuh@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:48:46 +0200 Subject: [PATCH] chore: release 0.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 36dcc05..1116d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/mischuh/canonic/compare/v0.10.0...v0.10.1) (2026-07-27) + + +### Bug Fixes + +* **ingestion:** reconcile dbt companion evidence against its physical connection ([#245](https://github.com/mischuh/canonic/issues/245)) ([83c4b32](https://github.com/mischuh/canonic/commit/83c4b32ba018c4f390a8fd8ff73a6216cede9ab1)) + ## [0.10.0](https://github.com/mischuh/canonic/compare/v0.9.4...v0.10.0) (2026-07-27) diff --git a/pyproject.toml b/pyproject.toml index 6141430..2e974d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "canonic" -version = "0.10.0" +version = "0.10.1" description = "The Open Context Layer for Data Agents" readme = "README.md" requires-python = ">=3.13"