Skip to content

Commit

Permalink
Version bump to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
furkansahin committed Dec 21, 2018
1 parent 7c201f4 commit 9979db2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### topn v2.2.2 (December 21, 2018) ###

* PG11 support is beautified

### topn v2.2.1 (December 12, 2018) ###

* Version bump to 2.2.1
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

MODULES = topn
EXTENSION = topn
EXTVERSIONS = 2.0.0 2.1.0 2.2.0 2.2.1
EXTVERSIONS = 2.0.0 2.1.0 2.2.0 2.2.1 2.2.2
DATA = $(wildcard $(EXTENSION)--*--*.sql)
DATA_built = $(foreach v,$(EXTVERSIONS),$(EXTENSION)--$(v).sql)

Expand All @@ -21,6 +21,8 @@ $(EXTENSION)--2.2.0.sql: $(EXTENSION)--2.1.0.sql $(EXTENSION)--2.1.0--2.2.0.sql
cat $^ > $@
$(EXTENSION)--2.2.1.sql: $(EXTENSION)--2.2.0.sql $(EXTENSION)--2.2.0--2.2.1.sql
cat $^ > $@
$(EXTENSION)--2.2.2.sql: $(EXTENSION)--2.2.1.sql $(EXTENSION)--2.2.1--2.2.2.sql
cat $^ > $@

EXTRA_CLEAN += -r $(RPM_BUILD_ROOT)

Expand Down
3 changes: 3 additions & 0 deletions topn--2.2.1--2.2.2.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* topn--2.2.1--2.2.2 */

/* bump version to 2.2.2 */
2 changes: 1 addition & 1 deletion topn.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# topn extension
comment = 'type for top-n JSONB'
default_version = '2.2.1'
default_version = '2.2.2'
module_pathname = '$libdir/topn'

0 comments on commit 9979db2

Please sign in to comment.