diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e08ec6..ee2bfff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4788e94..7d2e294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/mischuh/canonic/compare/v0.9.2...v0.9.3) (2026-07-22) + + +### Bug Fixes + +* **compiler:** thread each ratio component's own population_filter into its leaf ([#238](https://github.com/mischuh/canonic/issues/238)) ([bc2fd92](https://github.com/mischuh/canonic/commit/bc2fd9254e780ee05b3a091567c4d665c79d8804)) + ## [0.9.2](https://github.com/mischuh/canonic/compare/v0.9.1...v0.9.2) (2026-07-18) diff --git a/pyproject.toml b/pyproject.toml index c76e9c9..d65930b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "canonic" -version = "0.9.2" +version = "0.9.3" description = "The Open Context Layer for Data Agents" readme = "README.md" requires-python = ">=3.13"