From 2cca164246deaf99275f62044b896c5df9f7936a Mon Sep 17 00:00:00 2001 From: "Petter A. Urkedal" Date: Mon, 22 May 2017 00:07:45 +0200 Subject: [PATCH] Prepare release 0.5.3. --- CHANGES.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4c316099..ea673a0e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,10 @@ # Change Log -## [unreleased] +## [0.5.3] - 2017-05-22 -- Fix handling of spaces in Sqlite3 URIs. +- Fix handling of spaces in Sqlite3 URIs and allow setting mode. +- Split `Caqti` (now deprecated) into `Caqti_errors` and `Caqti_connect`. +- Update to async 0.9.0. ## [0.5.2] - 2017-02-25 @@ -17,7 +19,8 @@ - Added MariaDB backend. - Fixed VARCHAR for SQLite3 describe. -[unreleased]: https://github.com/paurkedal/ocaml-caqti/compare/v0.5.2...HEAD +[unreleased]: https://github.com/paurkedal/ocaml-caqti/compare/v0.5.3...HEAD +[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 [0.5.1]: https://github.com/paurkedal/ocaml-caqti/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/paurkedal/ocaml-caqti/compare/v0.4.0...v0.5.0