Skip to content

Commit

Permalink
Prepare release 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Apr 11, 2021
1 parent 2c6a057 commit bccdbe3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion caqti-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion caqti-driver-mariadb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]
Expand Down
2 changes: 1 addition & 1 deletion caqti-driver-postgresql.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]
Expand Down
2 changes: 1 addition & 1 deletion caqti-driver-sqlite3.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
2 changes: 1 addition & 1 deletion caqti-dynload.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion caqti-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit bccdbe3

Please sign in to comment.