Skip to content

Commit

Permalink
Prepare release 0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed May 21, 2017
1 parent 510b66a commit 2cca164
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit 2cca164

Please sign in to comment.