Skip to content

Commit

Permalink
Bump version to 2.5.0.1. (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio authored Feb 17, 2022
1 parent b7bd88a commit 5322ff7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.5.0.1

* Bump time upper bound to 1.14, add round-trip test for 0-padded date.

## 2.5.0.0

* Add explicit call to `finalizeForeignPtr` on connection disconnects. Ensures disconnects happen at the moment close is call, as opposed to when the GC frees the ForeignPtr.
Expand Down
2 changes: 1 addition & 1 deletion HDBC-postgresql.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: HDBC-postgresql
Version: 2.5.0.0
Version: 2.5.0.1
License: BSD3
Maintainer: Nicolas Wu <[email protected]>
Author: John Goerzen
Expand Down

0 comments on commit 5322ff7

Please sign in to comment.