Skip to content

Commit

Permalink
Prepare bugfix release 0.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Feb 27, 2018
1 parent 87f9376 commit a38b27e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.10.1] - 2018-02-27

- Fix a pool size counting bug when resource allocation fails. This can
cause deadlock due to pool exhaustion.

## [0.10.0] - 2018-02-14

- Added `-linkall` flags to driver libraries to fix direct linking (#9).
Expand Down Expand Up @@ -94,6 +99,9 @@ v2, but v1 will be kept for now. To keep using the v1 in upcoming releases:
- Added MariaDB backend.
- Fixed VARCHAR for SQLite3 describe.


[0.10.1]: https://github.com/paurkedal/ocaml-caqti/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/paurkedal/ocaml-caqti/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/paurkedal/ocaml-caqti/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/paurkedal/ocaml-caqti/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/paurkedal/ocaml-caqti/compare/v0.7.0...v0.8.0
Expand Down

0 comments on commit a38b27e

Please sign in to comment.