diff --git a/CHANGES.md b/CHANGES.md index d2354b63..48dd6f0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,16 @@ # Change Log -## [0.9.0] - 2017-01-04 +## [0.10.0] - 2018-02-14 + +- Added `-linkall` flags to driver libraries to fix direct linking (#9). +- Added convenience functions `collect_list` and `rev_collect_list` (#8). +- Renamed `template` to `query` and related function, leaving deprecated + aliases. +- Added `ptime_span` field type mapping to SQL intervals. +- Be more permissive about types of data returned from MariaDB when + expecting numerical results. + +## [0.9.0] - 2018-01-04 - Move v1 into findlib sublibraries and announce deprecation. - Port remaining tests to v2 and fix issues in MariaDB and Sqlite3 drivers. diff --git a/caqti.opam b/caqti.opam index 41d60051..320c9ef4 100644 --- a/caqti.opam +++ b/caqti.opam @@ -18,4 +18,4 @@ depends: [ "ptime" "uri" {>= "1.9.0"} ] -available: [ocaml-version >= "4.03.0"] +available: [ocaml-version >= "4.04.0"] diff --git a/jbuild-workspace.dev b/jbuild-workspace.dev index 2ae29db6..69cbd4a5 100644 --- a/jbuild-workspace.dev +++ b/jbuild-workspace.dev @@ -1,3 +1,3 @@ +(context ((switch 4.06.0))) (context ((switch 4.05.0))) (context ((switch 4.04.2))) -(context ((switch 4.03.0)))