Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 956cffb

Browse files
chore(main): release pgai 0.13.0
1 parent 47d74af commit 956cffb

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.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.12.1"
2+
"projects/pgai": "0.13.0"
33
}

projects/pgai/CHANGELOG.md

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

3+
## [0.13.0](https://github.com/timescale/pgai/compare/pgai-v0.12.1...pgai-v0.13.0) (2026-05-27)
4+
5+
6+
### Features
7+
8+
* implement dynamic max chunks per batch from env variable ([#898](https://github.com/timescale/pgai/issues/898)) ([3e05485](https://github.com/timescale/pgai/commit/3e054856bdc1fc01bf09f5eda60f77488ffd2f94))
9+
* support postgres 18 ([#884](https://github.com/timescale/pgai/issues/884)) ([f92ffe4](https://github.com/timescale/pgai/commit/f92ffe439c87972d5a85568713acb744ec90b3d4))
10+
* voyageAI features ([#897](https://github.com/timescale/pgai/issues/897)) ([b2422d7](https://github.com/timescale/pgai/commit/b2422d70e2289b128116ff073b0b13d909404cbf))
11+
12+
13+
### Miscellaneous
14+
15+
* pgai db on pg18 ([#901](https://github.com/timescale/pgai/issues/901)) ([c93d8ce](https://github.com/timescale/pgai/commit/c93d8ce2cec85be261b864346f05e73d7c08f4fa))
16+
317
## [0.12.1](https://github.com/timescale/pgai/compare/pgai-v0.12.0...pgai-v0.12.1) (2025-10-13)
418

519

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.12.1"
1+
__version__ = "0.13.0"
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.12.1 (x-release-please-version)
2+
-- ai 0.13.0 (x-release-please-version)
33

44

55
set local search_path = pg_catalog, pg_temp;

0 commit comments

Comments
 (0)