Skip to content

Commit

Permalink
Prepare release 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Feb 14, 2018
1 parent 23d3664 commit ba3ac64
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion caqti.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ depends: [
"ptime"
"uri" {>= "1.9.0"}
]
available: [ocaml-version >= "4.03.0"]
available: [ocaml-version >= "4.04.0"]
2 changes: 1 addition & 1 deletion jbuild-workspace.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(context ((switch 4.06.0)))
(context ((switch 4.05.0)))
(context ((switch 4.04.2)))
(context ((switch 4.03.0)))

0 comments on commit ba3ac64

Please sign in to comment.