pg_net: Update to 0.16.0 per changes described at https://github.com/supabase/pg_net...
authorDevrim Gunduz <devrim@gunduz.org>
Sun, 22 Jun 2025 11:32:51 +0000 (12:32 +0100)
committerDevrim Gunduz <devrim@gunduz.org>
Sun, 22 Jun 2025 11:32:51 +0000 (12:32 +0100)
rpm/redhat/main/non-common/pg_net/main/pg_net.spec

index ffdb33ddde7f60e0a9b2eef2805c515e0c735196..b770fdfc53020409cb71739a7d0fd317b28019dc 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.15.1
+Version:       0.16.0
 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
+* Sun Jun 22 2025 Devrim Gunduz <devrim@gunduz.org> - 0.16.0-1PGDG
+- Update to 0.16.0 per changes described at
+  https://github.com/supabase/pg_net/releases/tag/v0.16.0
+
 * Fri May 30 2025 Devrim Gunduz <devrim@gunduz.org> - 0.15.1-1PGDG
 - Update to 0.15.1 per changes described at
   https://github.com/supabase/pg_net/releases/tag/v0.15.1