Skip to content

Commit

Permalink
v0.28.0 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 21, 2023
1 parent e49cc82 commit 74dd9b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
v?.?.? upcoming
v0.28.0 2023-12-21
=====================
* Add support for application_name in UIR paramaters and the
PGAPPNAME env var (thanks @cyberdelia)
* Fix error when used with non-postgres database drivers (thanks @ysbaddaden)
* Update crystal-db to 0.13 (thanks @jgaskins, @bcardiff)

v0.27.0 2023-06-25
=====================
Expand Down Expand Up @@ -31,7 +32,7 @@ v0.25.0 2022-01-27
* Add support for decoding arrays of UUIDs (thanks @jwoertink)
* Allow socket connections to have paramaters from URIs (thanks @grepsedawk)
* Allow blocking connections to PG.connect_listen
* Properly encode null values in arrays (thanks @robcole and @grepsedawk)
* Properly encode null values in arrays (thanks @robcole and @grepsedawk)

v0.24.0 2021-07-21
=====================
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pg
version: 0.27.0
version: 0.28.0

dependencies:
db:
Expand Down
2 changes: 1 addition & 1 deletion src/pg/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PG
VERSION = "0.27.0"
VERSION = "0.28.0"
end

0 comments on commit 74dd9b6

Please sign in to comment.