diff --git a/citus.spec b/citus.spec index 0c918c98..ff0e0cd4 100644 --- a/citus.spec +++ b/citus.spec @@ -8,11 +8,11 @@ Summary: PostgreSQL-based distributed RDBMS Name: %{sname}%{?pkginfix}_%{pgmajorversion} Provides: %{sname}_%{pgmajorversion} Conflicts: %{sname}_%{pgmajorversion} -Version: 13.0.0.citus +Version: 13.0.1.citus Release: 1%{dist} License: AGPLv3 Group: Applications/Databases -Source0: https://github.com/citusdata/citus/archive/v13.0.0.tar.gz +Source0: https://github.com/citusdata/citus/archive/v13.0.1.tar.gz URL: https://github.com/citusdata/citus BuildRequires: postgresql%{pgmajorversion}-devel libcurl-devel Requires: postgresql%{pgmajorversion}-server @@ -112,6 +112,9 @@ fi %doc %{pginstdir}/doc/extension/NOTICE-%{sname} %changelog +* Tue Feb 04 2025 - Mehmet Yilmaz 13.0.1.citus-1 +- Official 13.0.1 release of Citus + * Thu Jan 23 2025 - Mehmet Yilmaz 13.0.0.citus-1 - Official 13.0.0 release of Citus diff --git a/debian/changelog b/debian/changelog index 374586e9..86dc974c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +citus (13.0.1.citus-1) stable; urgency=low + + * Official 13.0.1 release of Citus + + -- Mehmet Yilmaz Tue, 04 Feb 2025 13:27:27 +0000 + citus (13.0.0.citus-1) stable; urgency=low * Official 13.0.0 release of Citus diff --git a/pkgvars b/pkgvars index 5251c91b..ca7106ea 100644 --- a/pkgvars +++ b/pkgvars @@ -1,5 +1,5 @@ pkgname=citus pkgdesc='Citus (Open-Source)' -pkglatest=13.0.0.citus-1 +pkglatest=13.0.1.citus-1 nightlyref=main versioning=fancy diff --git a/postgres-matrix.yml b/postgres-matrix.yml index f4d6c37b..c7c91b76 100644 --- a/postgres-matrix.yml +++ b/postgres-matrix.yml @@ -21,4 +21,4 @@ version_matrix: - 12.1: postgres_versions: [ 14, 15, 16 ] - 13.0: - postgres_versions: [ 14, 15, 16, 17 ] + postgres_versions: [ 15, 16, 17 ]