Skip to content

Commit

Permalink
Release 5.1.0 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 10, 2024
1 parent 01e5377 commit 34789ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

* ...

## 5.1.0 2024-01-09

* Update to libpg_query 16-5.1.0
- Add support for running on Windows
- Add support for compiling on 32-bit systems
* Treewalker: Allow passing a block with a single argument to walk!
* PgQuery::Node: Add inner and inner= helpers to get/set inner object


## 5.0.0 2023-12-22

* Upgrade to libpg_query 16-5.0.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pg_query (5.0.0)
pg_query (5.1.0)
google-protobuf (>= 3.22.3)

GEM
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 = '5.0.0'.freeze
VERSION = '5.1.0'.freeze
end

0 comments on commit 34789ad

Please sign in to comment.