Skip to content

Commit

Permalink
Release 15-4.2.1 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl authored May 19, 2023
1 parent 43b116b commit 1f2d166
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All versions are tagged by the major Postgres version, plus an individual semver for this library itself.

## 15-4.2.1 2023-05-17

* Deparser: Handle INTERVAL correctly when used in SET statements [#184](https:/pganalyze/libpg_query/pull/184)
* Deparser: Ensure index names are quoted as identifiers [#182](https:/pganalyze/libpg_query/pull/182)
* Remove limits.h from pg_query_deparse.c [#181](https:/pganalyze/libpg_query/pull/181)

## 15-4.2.0 2023-02-06

* Update copyright notice years and authors [#175](https:/pganalyze/libpg_query/pull/175)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PG_VERSION = 15.1
PG_VERSION_MAJOR = $(call word-dot,$(PG_VERSION),1)
PROTOC_VERSION = 3.14.0

VERSION = 4.2.0
VERSION = 4.2.1
VERSION_MAJOR = $(call word-dot,$(VERSION),1)
VERSION_MINOR = $(call word-dot,$(VERSION),2)
VERSION_PATCH = $(call word-dot,$(VERSION),3)
Expand Down

0 comments on commit 1f2d166

Please sign in to comment.