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

Commit e567e8b

Browse files
chore(main): release pgai 0.13.0
1 parent c93d8ce commit e567e8b

4 files changed

Lines changed: 15 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.13.0](https://github.com/timescale/pgai/compare/pgai-v0.12.1...pgai-v0.13.0) (2025-12-04)
4+
5+
6+
### Features
7+
8+
* support postgres 18 ([#884](https://github.com/timescale/pgai/issues/884)) ([f92ffe4](https://github.com/timescale/pgai/commit/f92ffe439c87972d5a85568713acb744ec90b3d4))
9+
10+
11+
### Miscellaneous
12+
13+
* pgai db on pg18 ([#901](https://github.com/timescale/pgai/issues/901)) ([c93d8ce](https://github.com/timescale/pgai/commit/c93d8ce2cec85be261b864346f05e73d7c08f4fa))
14+
315
## [0.12.1](https://github.com/timescale/pgai/compare/pgai-v0.12.0...pgai-v0.12.1) (2025-10-13)
416

517

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)