From 5322ff7fa5c6b0575a1cae6e11733f41a56db549 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Wed, 16 Feb 2022 18:01:46 -0600 Subject: [PATCH] Bump version to 2.5.0.1. (#61) --- CHANGELOG.md | 4 ++++ HDBC-postgresql.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a2e71..68bd090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/HDBC-postgresql.cabal b/HDBC-postgresql.cabal index 224bf7a..bf3ada3 100644 --- a/HDBC-postgresql.cabal +++ b/HDBC-postgresql.cabal @@ -1,5 +1,5 @@ Name: HDBC-postgresql -Version: 2.5.0.0 +Version: 2.5.0.1 License: BSD3 Maintainer: Nicolas Wu Author: John Goerzen