Citus: Update to 13.2.0 per changes described at https://github.com/citusdata/citus...
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 29 Aug 2025 12:11:59 +0000 (15:11 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 29 Aug 2025 12:11:59 +0000 (15:11 +0300)
rpm/redhat/main/non-common/citus/main/citus.spec

index e8e1c5f24b4ae3fc730f98860929584e51631bf7..ff45e15616032e76ed21916f8a58626e979311f5 100644 (file)
@@ -5,7 +5,7 @@
 
 Summary:       PostgreSQL extension that transforms Postgres into a distributed database
 Name:          %{sname}_%{pgmajorversion}
-Version:       13.1.0
+Version:       13.2.0
 Release:       1PGDG%{dist}
 License:       AGPLv3
 URL:           https://github.com/citusdata/%{sname}
@@ -115,6 +115,10 @@ make %{?_smp_mflags}
 %endif
 
 %changelog
+* Fri Aug 29 2025 Devrim Gunduz <devrim@gunduz.org> - 13.2.0-1PGDG
+- Update to 13.2.0 per changes described at:
+  https://github.com/citusdata/citus/blob/main/CHANGELOG.md#citus-v1320-august-18-2025
+
 * Mon Jun 2 2025 Devrim Gunduz <devrim@gunduz.org> - 13.1.0-1PGDG
 - Update to 13.1.0 per changes described at:
   https://github.com/citusdata/citus/blob/release-13.1/CHANGELOG.md#citus-v1310-may-30th-2025