diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df4a7a..ae105c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,16 @@ CalVer image tags (`stable-YYYY.MM.N`, `dev-YYYY.MM.N`) are produced for every C ### Changed ### Fixed -- `agnes query --remote`: SQL using only a full backtick BQ path (`` `..` ``) no longer fails with `Parser Error: syntax error at or near "``"`. The rewriter now detects backtick-quoted paths and wraps them in `bigquery_query()` before passing to DuckDB, instead of sending the BQ-native backtick syntax to the local DuckDB parser. (#363) ### Removed ### Internal +## [0.55.6] - 2026-05-20 + +### Fixed +- `agnes query --remote`: SQL using only a full backtick BQ path (`` `..
` ``) no longer fails with `Parser Error: syntax error at or near "``"`. The rewriter now detects backtick-quoted paths and wraps them in `bigquery_query()` before passing to DuckDB, instead of sending the BQ-native backtick syntax to the local DuckDB parser. (#363) + ## [0.55.5] — 2026-05-19 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 4ae2ba5..ac9851e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agnes-the-ai-analyst" -version = "0.55.5" +version = "0.55.6" description = "Agnes — AI Data Analyst platform for AI analytical systems" requires-python = ">=3.11,<3.14" license = "MIT"