Skip to content

Commit

Permalink
Prepare release 1.4.0 instead due to new features.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Mar 11, 2021
1 parent 43abfd0 commit c65b8d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.3.1 - 2021-03-11
## v1.4.0 - 2021-03-11

- Fix infinite loop when deserializing an optional tuple (GPR#63 mefyl).
- Add `Caqti_connect_sig.S.with_connection` (GPR#61 Anton Bachin).
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.4.0~"}
"caqti" {>= "1.3.0" & < "1.5.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.3.0" & < "1.4.0~"}
"caqti" {>= "1.4.0" & < "1.5.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.3.0" & < "1.4.0~"}
"caqti" {>= "1.4.0" & < "1.5.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.3.0" & < "1.4.0~"}
"caqti" {>= "1.4.0" & < "1.5.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.4.0~"}
"caqti" {>= "1.3.0" & < "1.5.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.4.0~"}
"caqti" {>= "1.3.0" & < "1.5.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 c65b8d6

Please sign in to comment.