From 3bf0723d92ff4f58939e8aaca54e16e26d31df6a Mon Sep 17 00:00:00 2001 From: "Petter A. Urkedal" Date: Wed, 2 Oct 2019 21:46:59 +0200 Subject: [PATCH] Prepare 1.2.0 release. --- CHANGES.md | 2 +- caqti-async.opam | 2 +- caqti-driver-mariadb.opam | 2 +- caqti-driver-postgresql.opam | 2 +- caqti-driver-sqlite3.opam | 2 +- caqti-dynload.opam | 2 +- caqti-lwt.opam | 2 +- dune-project | 1 + 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9aef49cb..ee860d78 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.2.0 - 2019-10-02 - Add a signature for the populate function, and add basic implementations for all drivers (GPR#28). diff --git a/caqti-async.opam b/caqti-async.opam index f493a9e3..3c14d4c1 100644 --- a/caqti-async.opam +++ b/caqti-async.opam @@ -10,7 +10,7 @@ depends: [ "ocaml" "async_kernel" {>= "v0.11.0"} "async_unix" {>= "v0.11.0"} - "caqti" {>= "1.0.0" & < "2.0.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" diff --git a/caqti-driver-mariadb.opam b/caqti-driver-mariadb.opam index 43c2d1c2..559329e3 100644 --- a/caqti-driver-mariadb.opam +++ b/caqti-driver-mariadb.opam @@ -8,7 +8,7 @@ doc: "http://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "caqti" {>= "1.0.0" & < "1.2.0~"} + "caqti" {>= "1.2.0" & < "1.3.0~"} "dune" {build} "mariadb" {>= "1.1.1"} ] diff --git a/caqti-driver-postgresql.opam b/caqti-driver-postgresql.opam index c841904f..a694e51a 100644 --- a/caqti-driver-postgresql.opam +++ b/caqti-driver-postgresql.opam @@ -8,7 +8,7 @@ doc: "http://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "caqti" {>= "1.1.0" & < "1.2.0~"} + "caqti" {>= "1.2.0" & < "1.3.0~"} "dune" {build} "postgresql" ] diff --git a/caqti-driver-sqlite3.opam b/caqti-driver-sqlite3.opam index 5734fe61..bbacd4c8 100644 --- a/caqti-driver-sqlite3.opam +++ b/caqti-driver-sqlite3.opam @@ -8,7 +8,7 @@ doc: "http://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "caqti" {>= "1.0.0" & < "1.2.0~"} + "caqti" {>= "1.2.0" & < "1.3.0~"} "dune" {build} "sqlite3" ] diff --git a/caqti-dynload.opam b/caqti-dynload.opam index 4cda8fec..dc48593b 100644 --- a/caqti-dynload.opam +++ b/caqti-dynload.opam @@ -8,7 +8,7 @@ doc: "http://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" {>= "4.04.0"} - "caqti" + "caqti" {>= "1.0.0" & < "2.0.0~"} "caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"} "dune" {build} "ocamlfind" diff --git a/caqti-lwt.opam b/caqti-lwt.opam index a41c225c..885425ef 100644 --- a/caqti-lwt.opam +++ b/caqti-lwt.opam @@ -8,7 +8,7 @@ doc: "http://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "caqti" {>= "1.0.0" & < "2.0.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~"} "dune" {build} diff --git a/dune-project b/dune-project index a651fb4e..80470523 100644 --- a/dune-project +++ b/dune-project @@ -1,2 +1,3 @@ (lang dune 1.11) +(name caqti) (allow_approximate_merlin)