diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5aa456c29..9b35231a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/pgai": "0.11.1" + "projects/pgai": "0.11.2" } diff --git a/projects/pgai/CHANGELOG.md b/projects/pgai/CHANGELOG.md index 16e08c6fe..af7234904 100644 --- a/projects/pgai/CHANGELOG.md +++ b/projects/pgai/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.2](https://github.com/timescale/pgai/compare/pgai-v0.11.1...pgai-v0.11.2) (2025-06-12) + + +### Miscellaneous + +* use arm64 wheels for pandas ([#816](https://github.com/timescale/pgai/issues/816)) ([99f7c7c](https://github.com/timescale/pgai/commit/99f7c7c66f9f63a17d779bba54eb53998d59a294)) +* use cpu-only torch in pgai docker image ([#818](https://github.com/timescale/pgai/issues/818)) ([a5e0bd5](https://github.com/timescale/pgai/commit/a5e0bd52b2b0e7e6cbe0e79ef5988a78aa40cefa)) + ## [0.11.1](https://github.com/timescale/pgai/compare/pgai-v0.11.0...pgai-v0.11.1) (2025-06-11) diff --git a/projects/pgai/pgai/__init__.py b/projects/pgai/pgai/__init__.py index 45aa4559d..aee37fa6d 100644 --- a/projects/pgai/pgai/__init__.py +++ b/projects/pgai/pgai/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.1" +__version__ = "0.11.2" from pgai._install.install import ainstall, install diff --git a/projects/pgai/pgai/data/ai.sql b/projects/pgai/pgai/data/ai.sql index 2132f181f..84f3f32e0 100644 --- a/projects/pgai/pgai/data/ai.sql +++ b/projects/pgai/pgai/data/ai.sql @@ -1,5 +1,5 @@ -------------------------------------------------------------------------------- --- ai 0.11.1 (x-release-please-version) +-- ai 0.11.2 (x-release-please-version) set local search_path = pg_catalog, pg_temp;