Skip to content

Commit

Permalink
Prepare 1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Oct 2, 2019
1 parent c451989 commit 3bf0723
Show file tree
Hide file tree
Showing 8 changed files with 8 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 @@
## Unreleased
## v1.2.0 - 2019-10-02

- Add a signature for the populate function, and add basic implementations
for all drivers (GPR#28).
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.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"
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: "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"}
]
Expand Down
2 changes: 1 addition & 1 deletion caqti-driver-postgresql.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
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: "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"
]
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: "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"
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: "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}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
(lang dune 1.11)
(name caqti)
(allow_approximate_merlin)

0 comments on commit 3bf0723

Please sign in to comment.