-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump VERSION to 1.5.8 and add changelog entry
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## v1.5.8 [2024-09-06] Lars Kanis <[email protected]> | ||
|
||
- Fix host list duplication every time conn.reset is used. [#586](https://github.com/ged/ruby-pg/pull/586) | ||
- Add default decoder for anonymous record types to BasicTypeRegistry [#579](https://github.com/ged/ruby-pg/pull/579) | ||
|
||
|
||
## v1.5.7 [2024-07-28] Lars Kanis <[email protected]> | ||
|
||
- Remove deprecated use of fptr->fd.[#562](https://github.com/ged/ruby-pg/pull/562) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module PG | ||
# Library version | ||
VERSION = '1.5.7' | ||
VERSION = '1.5.8' | ||
end |