We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77b5df commit 178c759Copy full SHA for 178c759
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v0.2.1.0
+## v0.2.0.1
2
3
- Major fix: connecting via TCP on MacOS could fail completely. Thanks @luntain for the contribution.
4
- Performance materializing query results improved by ~17%
hpgsql/hpgsql.cabal
@@ -1,7 +1,7 @@
cabal-version: 2.0
name: hpgsql
-version: 0.2.1.0
+version: 0.2.0.1
5
synopsis: Pure Haskell PostgreSQL driver (no libpq)
6
description: hpgsql is a pure Haskell implementation of a PostgreSQL driver
7
category: Database
0 commit comments