Skip to content

Commit

Permalink
Prepare release 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Aug 10, 2023
1 parent 6604c38 commit b009f3a
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased, targeted for the next major release
## v2.0.0 - 2023-08-10

New features:

Expand Down
6 changes: 3 additions & 3 deletions caqti-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ depends: [
"alcotest-async" {with-test & >= "1.5.0"}
"async_kernel" {>= "v0.11.0"}
"async_unix" {>= "v0.11.0"}
"caqti" {>= "1.8.0" & < "1.10.0~"}
"caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti" {>= "2.0.0" & < "2.1.0~"}
"caqti-dynload" {with-test & >= "2.0.0" & < "3.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"}
"cmdliner" {with-test & >= "1.1.0"}
"conduit-async"
"core"
Expand Down
2 changes: 1 addition & 1 deletion caqti-driver-mariadb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"alcotest" {with-test & >= "1.5.0"}
"ocaml"
"caqti" {>= "1.9.0" & < "1.10.0~"}
"caqti" {>= "2.0.0" & < "2.1.0~"}
"cmdliner" {with-test & >= "1.1.0"}
"dune" {>= "2.5"}
"mariadb" {>= "1.1.5"}
Expand Down
2 changes: 1 addition & 1 deletion caqti-driver-pgx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
"caqti" {>= "1.9.0" & < "1.10.0~"}
"caqti" {>= "2.0.0" & < "2.1.0~"}
"dune" {>= "1.11"}
"pgx" {>= "1.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion caqti-driver-postgresql.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"alcotest" {with-test & >= "1.5.0"}
"ocaml"
"caqti" {>= "1.9.0" & < "1.10.0~"}
"caqti" {>= "2.0.0" & < "2.1.0~"}
"cmdliner" {with-test & >= "1.1.0"}
"dune" {>= "2.5"}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion caqti-driver-sqlite3.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"alcotest" {with-test & >= "1.5.0"}
"ocaml"
"caqti" {>= "1.9.0" & < "1.10.0~"}
"caqti" {>= "2.0.0" & < "2.1.0~"}
"cmdliner" {with-test & >= "1.1.0"}
"dune" {>= "2.5"}
"odoc" {with-doc}
Expand Down
4 changes: 2 additions & 2 deletions caqti-dynload.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ homepage: "https://github.com/paurkedal/ocaml-caqti/"
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"caqti" {>= "1.3.0" & < "1.10.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti" {>= "2.0.0" & < "3.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"}
"cmdliner" {with-test & >= "1.1.0"}
"dune" {>= "2.5"}
"ocaml" {>= "4.04.0"}
Expand Down
6 changes: 3 additions & 3 deletions caqti-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"alcotest" {with-test & >= "1.5.0"}
"caqti" {>= "1.9.0" & < "1.10.0~"}
"caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti" {>= "2.0.0" & < "2.1.0~"}
"caqti-dynload" {with-test & >= "2.0.0" & < "3.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"}
"cmdliner" {with-test & >= "1.1.0"}
"dune" {>= "2.5"}
"eio" {>= "0.7"}
Expand Down
6 changes: 3 additions & 3 deletions caqti-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"alcotest" {with-test & >= "1.5.0"}
"alcotest-lwt" {with-test & >= "1.5.0"}
"caqti" {>= "1.9.0" & < "1.10.0~"}
"caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti" {>= "2.0.0" & < "2.1.0~"}
"caqti-dynload" {with-test & >= "2.0.0" & < "3.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"}
"cmdliner" {with-test & >= "1.1.0"}
"dune" {>= "2.5"}
"logs"
Expand Down
4 changes: 2 additions & 2 deletions caqti-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ homepage: "https://github.com/paurkedal/ocaml-caqti/"
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"caqti" {>= "1.9.0" & < "1.10.0~"}
"caqti-lwt" {>= "1.9.0" & < "1.10.0~"}
"caqti" {>= "2.0.0" & < "2.1.0~"}
"caqti-lwt" {>= "2.0.0" & < "2.1.0~"}
"conduit-mirage"
"dns-client" {>= "7.0.0"}
"dns-client-mirage" {>= "7.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion caqti-type-calendar.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage: "https://github.com/paurkedal/ocaml-caqti/"
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"caqti" {>= "1.9.0" & < "2.0.0~"}
"caqti" {>= "2.0.0" & < "3.0.0~"}
"calendar" {>= "2.0"}
"dune" {>= "2.5"}
"ocaml"
Expand Down

0 comments on commit b009f3a

Please sign in to comment.