Skip to content

Commit

Permalink
Release 2.0.3 (pganalyze#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl authored Apr 5, 2021
1 parent 512f896 commit f658870
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

* ...


## 2.0.3 2021-04-05

* Update to libpg_query 13-2.0.4
- Normalize: Fix handling of two subsequent DefElem elements (avoids crash)
- Deparser: Fix crash in CopyStmt with HEADER or FREEZE inside WITH parens
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PATH
remote: .
specs:
pg_query (2.0.2)
pg_query (2.0.3)
google-protobuf (~> 3.15.5)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
diff-lcs (1.3)
google-protobuf (3.15.6)
google-protobuf (3.15.7)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/pg_query/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PgQuery
VERSION = '2.0.2'.freeze
VERSION = '2.0.3'.freeze
end

0 comments on commit f658870

Please sign in to comment.