pg_net: Update to 0.19.1 per changes described at https://github.com/supabase/pg_net...
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 15 Jul 2025 13:58:15 +0000 (16:58 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 15 Jul 2025 13:58:15 +0000 (16:58 +0300)
rpm/redhat/main/non-common/pg_net/main/pg_net.spec

index 1f0f583923b0418ece4a3b295799b0fd963b30a6..1eed66f8d274d0f984b75f347936d5725ee4e579 100644 (file)
@@ -4,7 +4,7 @@
 
 Summary:       A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
 Name:          %{sname}_%{pgmajorversion}
-Version:       0.19.0
+Version:       0.19.1
 Release:       1PGDG%{?dist}
 URL:           https://github.com/supabase/%{sname}
 Source0:       https://github.com/supabase/%{sname}/archive/refs/tags/v%{version}.tar.gz
@@ -68,6 +68,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=%{build
 %endif
 
 %changelog
+* Tue Jul 15 2025 Devrim Gunduz <devrim@gunduz.org> - 0.19.1-1PGDG
+- Update to 0.19.1 per changes described at
+  https://github.com/supabase/pg_net/releases/tag/v0.19.1
+
 * Thu Jul 10 2025 Devrim Gunduz <devrim@gunduz.org> - 0.19.0-1PGDG
 - Update to 0.19.0 per changes described at
   https://github.com/supabase/pg_net/releases/tag/v0.19.0