Skip to content

Commit d3d7059

Browse files
committed
Upgrade pg_search to v0.15.6 (#948)
1 parent fda5c71 commit d3d7059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/pg_search/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PG_VERSION
2-
FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.12.7
2+
FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.13.0
33

44
# Extension build dependencies
55
USER root

contrib/pg_search/Trunk.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[extension]
22
name = "pg_search"
3-
version = "0.15.5"
3+
version = "0.15.6"
44
repository = "https://github.com/paradedb/paradedb/tree/dev/pg_search"
55
license = "AGPL-3.0"
66
description = "Full text search over heap tables using the BM25 algorithm."

0 commit comments

Comments
 (0)