Skip to content

Commit d4539c2

Browse files
committed
Bump VERSION to pg-1.6.3 and add release notes
1 parent 720900d commit d4539c2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v1.6.3 [2025-12-29] Lars Kanis <[email protected]>
2+
3+
Added:
4+
- Add binary gems for ruby-4.0, now providing ruby-3.0 to 4.0. #682
5+
- Improve documentation of PG::Result and README. #676
6+
- Update errorcodes to PostgreSQL-18.
7+
- Use `rb_hash_new_capa` on Ruby-3.2+ . #674
8+
- Deny any server communication on a frozen PG::Connection . #677
9+
- Fix possible race condition in PG::Result in Ractor context. #674
10+
11+
Removed:
12+
- Drop binary gem support for platform `x86-mingw32`. #682
13+
- Drop binary gems for ruby-2.7.
14+
15+
116
## v1.6.2 [2025-09-02] Lars Kanis <[email protected]>
217

318
- Remove several absolute paths from native binaries which pointed to build directories. [#668](https://github.com/ged/ruby-pg/pull/668)

lib/pg/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module PG
33
# Library version
4-
VERSION = '1.6.2'
4+
VERSION = '1.6.3'
55
end

0 commit comments

Comments
 (0)