diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b28fea9..7e08ec6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a92b81f..4788e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.2](https://github.com/mischuh/canonic/compare/v0.9.1...v0.9.2) (2026-07-18) + + +### Bug Fixes + +* **compiler:** emit SQLite-native date arithmetic instead of INTERVAL/DATE_TRUNC ([#236](https://github.com/mischuh/canonic/issues/236)) ([661f4cd](https://github.com/mischuh/canonic/commit/661f4cd872d4ba1b04b7139ba5e8c0612b3fc953)) + ## [0.9.1](https://github.com/mischuh/canonic/compare/v0.9.0...v0.9.1) (2026-07-18) diff --git a/pyproject.toml b/pyproject.toml index b1001e1..c76e9c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "canonic" -version = "0.9.1" +version = "0.9.2" description = "The Open Context Layer for Data Agents" readme = "README.md" requires-python = ">=3.13"