Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.2.1.0
## v0.2.0.1

- Major fix: connecting via TCP on MacOS could fail completely. Thanks @luntain for the contribution.
- Performance materializing query results improved by ~17%
Expand Down
2 changes: 1 addition & 1 deletion hpgsql/hpgsql.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.0

name: hpgsql
version: 0.2.1.0
version: 0.2.0.1
synopsis: Pure Haskell PostgreSQL driver (no libpq)
description: hpgsql is a pure Haskell implementation of a PostgreSQL driver
category: Database
Expand Down