Skip to content

Commit

Permalink
Update change log and caqti-async.opam for release 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Dec 19, 2019
1 parent 49360f5 commit 514890d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.2 - 2019-12-19

- Update for core v0.13 (GPR#31 Xavier Clerc).

## v1.2.1 - 2019-12-08

- Support TEXT literals in queries.
Expand Down
6 changes: 3 additions & 3 deletions caqti-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
"async_kernel" {>= "v0.11.0"}
"async_unix" {>= "v0.11.0"}
"async_kernel" {>= "v0.11.0" & < "v0.14.0~"}
"async_unix" {>= "v0.11.0" & < "v0.14.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"
"core_kernel" {< "v0.14.0~"}
"dune" {>= "1.11"}
]
build: [
Expand Down

0 comments on commit 514890d

Please sign in to comment.