Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvondra committed Sep 30, 2020
1 parent 486ca8b commit 3d6ed20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MODULE_big = tdigest
OBJS = tdigest.o

EXTENSION = tdigest
DATA = tdigest--1.0.0.sql
DATA = tdigest--1.0.0.sql tdigest--1.0.0--1.0.1.sql
MODULES = tdigest

CFLAGS=`pg_config --includedir-server`
Expand Down
Empty file added tdigest--1.0.0--1.0.1.sql
Empty file.
2 changes: 1 addition & 1 deletion tdigest.control
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
comment = 'Provides quantile aggregate function.'
default_version = '1.0.0'
default_version = '1.0.1'
relocatable = true
1 change: 1 addition & 0 deletions test/sql/tdigest.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-- disable the notices for the create script (shell types etc.)
SET client_min_messages = 'WARNING';
\i tdigest--1.0.0.sql
\i tdigest--1.0.0--1.0.1.sql
SET client_min_messages = 'NOTICE';

\set ECHO all
Expand Down

0 comments on commit 3d6ed20

Please sign in to comment.