There was an error while loading. Please reload this page.
1 parent ebc63aa commit c872adcCopy full SHA for c872adc
Makefile
@@ -1,4 +1,4 @@
1
-EXTVERSION = 1.10.3
+EXTVERSION = 1.11.0
2
3
META = META.json
4
EXTENSION = $(shell jq --raw-output .name $(META).in)
@@ -19,7 +19,7 @@ DISTFILES = \
19
# to upgrade automatically from.
20
UPGRADEABLE_VERSIONS = \
21
1.9.0dev 1.9.0 \
22
- 1.10.2dev 1.10.2 \
+ 1.10.3dev 1.10.2 \
23
$(EXTVERSION)
24
25
SQLSCRIPTS_built = sql/20-version.sql
debian/changelog
@@ -1,3 +1,9 @@
+postgresql-tableversion (1.11.0-linz~focal) focal; urgency=medium
+
+ * New version
5
+ -- Jeremy Palmer <jpalmer@linz.govt.nz> Thu, 07 Nov 2024 19:01:01 +0000
6
7
postgresql-tableversion (1.10.3-linz~bionic) bionic; urgency=medium
8
9
* New version
0 commit comments