Skip to content

Commit 729e94a

Browse files
chore(main): release pgai 0.12.0
1 parent cbb688f commit 729e94a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.4"
2+
"projects/pgai": "0.12.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.12.0](https://github.com/timescale/pgai/compare/pgai-v0.11.4...pgai-v0.12.0) (2025-08-05)
4+
5+
6+
### Features
7+
8+
* add ai.set_scheduling function to change scheduling ([cbb688f](https://github.com/timescale/pgai/commit/cbb688f87be9f809fd1e8514242e09564cfceaca))
9+
10+
11+
### Bug Fixes
12+
13+
* render view comments ([ce66c5c](https://github.com/timescale/pgai/commit/ce66c5c1aa4d161927cd422e9e898efa13d64cd7))
14+
315
## [0.11.4](https://github.com/timescale/pgai/compare/pgai-v0.11.3...pgai-v0.11.4) (2025-07-04)
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.11.4"
1+
__version__ = "0.12.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.11.4 (x-release-please-version)
2+
-- ai 0.12.0 (x-release-please-version)
33

44

55
set local search_path = pg_catalog, pg_temp;

0 commit comments

Comments
 (0)