From 514890df41eed44c4096f31f3591bb7b90ad3420 Mon Sep 17 00:00:00 2001 From: "Petter A. Urkedal" Date: Thu, 19 Dec 2019 21:49:33 +0100 Subject: [PATCH] Update change log and caqti-async.opam for release 1.2.2. --- CHANGES.md | 4 ++++ caqti-async.opam | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 42059003..4737a021 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## v1.2.2 - 2019-12-19 + +- Update for core v0.13 (GPR#31 Xavier Clerc). + ## v1.2.1 - 2019-12-08 - Support TEXT literals in queries. diff --git a/caqti-async.opam b/caqti-async.opam index aa061e1b..47d65a97 100644 --- a/caqti-async.opam +++ b/caqti-async.opam @@ -8,12 +8,12 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "async_kernel" {>= "v0.11.0"} - "async_unix" {>= "v0.11.0"} + "async_kernel" {>= "v0.11.0" & < "v0.14.0~"} + "async_unix" {>= "v0.11.0" & < "v0.14.0~"} "caqti" {>= "1.2.0" & < "1.3.0~"} "caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"} "caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"} - "core_kernel" + "core_kernel" {< "v0.14.0~"} "dune" {>= "1.11"} ] build: [