From bccdbe39e813e76e87b910ca875392703f8e4caa Mon Sep 17 00:00:00 2001 From: "Petter A. Urkedal" Date: Sun, 11 Apr 2021 20:25:46 +0200 Subject: [PATCH] Prepare release 1.5.0. --- CHANGES.md | 5 +++++ 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 +- 7 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8831714e..85526927 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## v1.5.0 - 2021-04-11 + +- Request the full UTF-8 character for the MariaDB connection. +- Support int16 and enum types for parameters and rows. + ## v1.4.0 - 2021-03-11 - Fix infinite loop when deserializing an optional tuple (GPR#63 mefyl). diff --git a/caqti-async.opam b/caqti-async.opam index ea76d351..62830a3f 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.3.0" & < "1.5.0~"} + "caqti" {>= "1.3.0" & < "1.6.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 33e112bf..40704549 100644 --- a/caqti-driver-mariadb.opam +++ b/caqti-driver-mariadb.opam @@ -8,7 +8,7 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "caqti" {>= "1.4.0" & < "1.5.0~"} + "caqti" {>= "1.5.0" & < "1.6.0~"} "dune" {>= "1.11"} "mariadb" {>= "1.1.1"} ] diff --git a/caqti-driver-postgresql.opam b/caqti-driver-postgresql.opam index 0c24c110..5e23c4d5 100644 --- a/caqti-driver-postgresql.opam +++ b/caqti-driver-postgresql.opam @@ -11,7 +11,7 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "caqti" {>= "1.4.0" & < "1.5.0~"} + "caqti" {>= "1.5.0" & < "1.6.0~"} "dune" {>= "1.11"} "postgresql" {>= "5.0.0"} ] diff --git a/caqti-driver-sqlite3.opam b/caqti-driver-sqlite3.opam index 46180fb6..8c39bf00 100644 --- a/caqti-driver-sqlite3.opam +++ b/caqti-driver-sqlite3.opam @@ -8,7 +8,7 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "caqti" {>= "1.4.0" & < "1.5.0~"} + "caqti" {>= "1.5.0" & < "1.6.0~"} "dune" {>= "1.11"} "sqlite3" ] diff --git a/caqti-dynload.opam b/caqti-dynload.opam index d6baf7ac..c4c753eb 100644 --- a/caqti-dynload.opam +++ b/caqti-dynload.opam @@ -8,7 +8,7 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" {>= "4.04.0"} - "caqti" {>= "1.3.0" & < "1.5.0~"} + "caqti" {>= "1.3.0" & < "1.6.0~"} "caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"} "dune" {>= "1.11"} "ocamlfind" diff --git a/caqti-lwt.opam b/caqti-lwt.opam index d2f2f1b5..1fe025e8 100644 --- a/caqti-lwt.opam +++ b/caqti-lwt.opam @@ -8,7 +8,7 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html" bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" depends: [ "ocaml" - "caqti" {>= "1.3.0" & < "1.5.0~"} + "caqti" {>= "1.3.0" & < "1.6.0~"} "caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"} "caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"} "dune" {>= "1.11"}