Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projects/pgai": "0.11.4"
"projects/pgai": "0.12.0"
}
19 changes: 19 additions & 0 deletions projects/pgai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.12.0](https://github.com/timescale/pgai/compare/pgai-v0.11.4...pgai-v0.12.0) (2025-09-04)


### Features

* add ai.set_scheduling function to change scheduling ([cbb688f](https://github.com/timescale/pgai/commit/cbb688f87be9f809fd1e8514242e09564cfceaca))


### Bug Fixes

* render view comments ([ce66c5c](https://github.com/timescale/pgai/commit/ce66c5c1aa4d161927cd422e9e898efa13d64cd7))
* use vectorizer id for pg_try_advisory_xact_lock instead of queue oid ([be923a1](https://github.com/timescale/pgai/commit/be923a15977bc8445068529b5d5e82449c6efd20))


### Miscellaneous

* format fix ([40fd0b7](https://github.com/timescale/pgai/commit/40fd0b7f2c4c5ded58ab08aeeb34669ce8c492b2))
* release extension 0.11.1 ([4b54320](https://github.com/timescale/pgai/commit/4b54320370dae8313b2c239b7ad90e0a737226e8))

## [0.11.4](https://github.com/timescale/pgai/compare/pgai-v0.11.3...pgai-v0.11.4) (2025-07-04)


Expand Down
2 changes: 1 addition & 1 deletion projects/pgai/pgai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.11.4"
__version__ = "0.12.0"

from pgai._install.install import ainstall, install

Expand Down
2 changes: 1 addition & 1 deletion projects/pgai/pgai/data/ai.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
-- ai 0.11.4 (x-release-please-version)
-- ai 0.12.0 (x-release-please-version)


set local search_path = pg_catalog, pg_temp;
Expand Down