Skip to content

Commit d7a3a7d

Browse files
committed
Bump version to 0.10.0.0
1 parent 4e63251 commit d7a3a7d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.10.0.0
2+
--------
3+
4+
There are technicallly two breaking changes in this release,
5+
but they shouldn't affect anyone not doing anything weird.
6+
7+
- Binary parameters are passed without copying.
8+
- FFI functions are imported without `unsafe`. Most uses were incorrect.
9+
We make all calls "safe", as checking whether libpq functions do IO
10+
or may call a notifier (potentially calling back into Haskell),
11+
is virtually impossible for all versions of libpq.
12+
(The above properties are not specified in the documentation).
13+
114
0.9.5.0
215
-------
316

postgresql-libpq.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 2.4
22
name: postgresql-libpq
3-
version: 0.9.5.0
4-
x-revision: 1
3+
version: 0.10.0.0
54
synopsis: low-level binding to libpq
65
description:
76
This is a binding to libpq: the C application

0 commit comments

Comments
 (0)