Skip to content

Commit

Permalink
Update change log and opam files for v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Feb 3, 2019
1 parent 04a36ae commit 44c0169
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## Unreleased
## v1.1.0 - 2019-02-03

- Add pretty printer for requests.
- Add variance to `'a future` declarations.
- Add blocking instance of API.
- Generalize `$.` to `$<var>.` in queries.
- Infer the expansion of `$(<var>.)` from `$(<var>)` if not provided.
- Fix connection recovery for PostgreSQL (issue #19, Dave Aitken).
- Fix some unhandled exceptions for PostgreSQL.
- Fix connection validation for MariaDB.

## v1.0.0 - 2018-08-26

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.1.0~"}
"caqti" {>= "1.0.0" & < "1.2.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.0.0" & < "1.1.0~"}
"caqti" {>= "1.1.0" & < "1.2.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.1.0~"}
"caqti" {>= "1.0.0" & < "1.2.0~"}
"dune" {build}
"sqlite3"
]
Expand Down

0 comments on commit 44c0169

Please sign in to comment.