Skip to content

Commit bed82fd

Browse files
committed
Bump version to 2.5.0.0.
1 parent f3bbdb3 commit bed82fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.5.0.0
4+
5+
* 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.
6+
37
## 2.4.0.0
48

59
* Remove custom reference counting logic. Thanks to David Johnson.

HDBC-postgresql.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: HDBC-postgresql
2-
Version: 2.4.0.0
2+
Version: 2.5.0.0
33
License: BSD3
44
Maintainer: Nicolas Wu <[email protected]>
55
Author: John Goerzen

0 commit comments

Comments
 (0)