Skip to content

Commit e1c98d3

Browse files
authored
Release 6.1.0 (#330)
1 parent e6a0f1b commit e1c98d3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
* ...
66

7+
## 6.1.0 2025-04-02
8+
9+
* Upgrade to libpg_query 17-6.1.0
10+
- Update to Postgres 17.4, and add recent patches scheduled for Postgres 17.5 (not yet released)
11+
- Notably, this pulls in support for macOS 15.4 which defines strchrnul
12+
in its standard library, fixing builds on up-to-date macOS versions.
13+
- Deparser improvements
14+
- Add parenthesis around AT LOCAL / AT TIMEZONE if needed
15+
- Correctness improvements related to expressions and function calls
16+
- Fixes to support newer Rubocop version linting of the codebase
17+
- Add support for OpenBSD
18+
719
## 6.0.0 2024-11-26
820

921
* Upgrade to libpg_query 17-6.0.0

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pg_query (6.0.0)
4+
pg_query (6.1.0)
55
google-protobuf (>= 3.25.3)
66

77
GEM
@@ -11,7 +11,7 @@ GEM
1111
bigdecimal (3.1.9)
1212
diff-lcs (1.5.1)
1313
docile (1.4.1)
14-
google-protobuf (4.29.3)
14+
google-protobuf (4.30.2)
1515
bigdecimal
1616
rake (>= 13)
1717
json (2.9.1)

Diff for: lib/pg_query/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PgQuery
2-
VERSION = '6.0.0'.freeze
2+
VERSION = '6.1.0'.freeze
33
end

0 commit comments

Comments
 (0)