Skip to content

Commit

Permalink
Prepare release 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Oct 26, 2017
1 parent 33f33b3 commit a496664
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log

## Unreleased
## [0.6.1] - 2017-10-26

- Fixed support for lwt >= 3, but keep supporting 2.7 as well for now.
- Fixed preparation of query after reconnect to PostgrSQL.
- Fixed support for ocaml 4.03.x.
- Added `Tuple.length`.
- Deprecated `Param.sub_types`.
- Deprecated `Param.other` and `Tuple.other`.

Expand Down Expand Up @@ -31,6 +35,7 @@
- Added MariaDB backend.
- Fixed VARCHAR for SQLite3 describe.

[0.6.1]: https://github.com/paurkedal/ocaml-caqti/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/paurkedal/ocaml-caqti/compare/v0.5.3...v0.6.0
[0.5.3]: https://github.com/paurkedal/ocaml-caqti/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/paurkedal/ocaml-caqti/compare/v0.5.1...v0.5.2
Expand Down

0 comments on commit a496664

Please sign in to comment.