Skip to content

Commit

Permalink
Add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 24, 2024
1 parent 2d89600 commit a9122f8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.11
----

- Add pipeline mode API
https://www.postgresql.org/docs/current/libpq-pipeline-mode.html

There are new values in `ExecStatus`, therefore the major version release.


0.10.2.0
--------

Expand Down
5 changes: 5 additions & 0 deletions postgresql-libpq-configure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.11
----

* Require libpq >=14.12

0.10.0.1
--------

Expand Down
7 changes: 6 additions & 1 deletion postgresql-libpq-pkgconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
0.11
----

* Require libpq >=14.12

0.10
----

* Initial release0.10
* Initial release

0 comments on commit a9122f8

Please sign in to comment.