Skip to content

Commit c00d6aa

Browse files
chore(main): release pgai 0.11.2 (#813)
* chore(main): release pgai 0.11.2 * chore: update CHANGELOG.md Signed-off-by: Sergio Moya <[email protected]> --------- Signed-off-by: Sergio Moya <[email protected]> Co-authored-by: Sergio Moya <[email protected]>
1 parent a5e0bd5 commit c00d6aa

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"projects/pgai": "0.11.1"
2+
"projects/pgai": "0.11.2"
33
}

projects/pgai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.11.2](https://github.com/timescale/pgai/compare/pgai-v0.11.1...pgai-v0.11.2) (2025-06-12)
4+
5+
6+
### Miscellaneous
7+
8+
* use arm64 wheels for pandas ([#816](https://github.com/timescale/pgai/issues/816)) ([99f7c7c](https://github.com/timescale/pgai/commit/99f7c7c66f9f63a17d779bba54eb53998d59a294))
9+
* use cpu-only torch in pgai docker image ([#818](https://github.com/timescale/pgai/issues/818)) ([a5e0bd5](https://github.com/timescale/pgai/commit/a5e0bd52b2b0e7e6cbe0e79ef5988a78aa40cefa))
10+
311
## [0.11.1](https://github.com/timescale/pgai/compare/pgai-v0.11.0...pgai-v0.11.1) (2025-06-11)
412

513

projects/pgai/pgai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.11.1"
1+
__version__ = "0.11.2"
22

33
from pgai._install.install import ainstall, install
44

projects/pgai/pgai/data/ai.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------------------
2-
-- ai 0.11.1 (x-release-please-version)
2+
-- ai 0.11.2 (x-release-please-version)
33

44

55
set local search_path = pg_catalog, pg_temp;

0 commit comments

Comments
 (0)