Skip to content

Commit e4c4016

Browse files
timescale-automationalejandrodnm
authored andcommitted
chore(main): release pgai 0.11.4
1 parent 4e040a9 commit e4c4016

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.3"
2+
"projects/pgai": "0.11.4"
33
}

projects/pgai/CHANGELOG.md

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

3+
## [0.11.4](https://github.com/timescale/pgai/compare/pgai-v0.11.3...pgai-v0.11.4) (2025-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* skip empty strings when batching documents ([4e040a9](https://github.com/timescale/pgai/commit/4e040a9ba703494df89fa1ce0e41ca26806b87c8))
9+
310
## [0.11.3](https://github.com/timescale/pgai/compare/pgai-v0.11.2...pgai-v0.11.3) (2025-06-30)
411

512

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

44

55
set local search_path = pg_catalog, pg_temp;

0 commit comments

Comments
 (0)