Skip to content

Commit

Permalink
Prepare change log and opam files for v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Dec 8, 2019
1 parent e9befd6 commit 66c8475
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.2.1 - 2019-12-08

- Support TEXT literals in queries.
- Fix decoding of binary results for PostgreSQL (thanks to James Owen).
- Implement copy-mode for PostgreSQL (GPR#30 James Owen).

## v1.2.0 - 2019-10-02

- Add a signature for the populate function, and add basic implementations
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.2.0" & < "1.3.0~"}
"caqti" {>= "1.2.1" & < "1.3.0~"}
"dune" {>= "1.11"}
"mariadb" {>= "1.1.1"}
]
Expand Down
7 changes: 5 additions & 2 deletions caqti-driver-postgresql.opam
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
opam-version: "2.0"
name: "caqti-driver-postgresql"
maintainer: "Petter A. Urkedal <[email protected]>"
authors: "Petter A. Urkedal <[email protected]>"
authors: [
"Petter A. Urkedal <[email protected]>"
"James Owen <[email protected]>"
]
license: "LGPL-3 with OCaml linking exception"
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: [
"ocaml"
"caqti" {>= "1.2.0" & < "1.3.0~"}
"caqti" {>= "1.2.1" & < "1.3.0~"}
"dune" {>= "1.11"}
"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: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
"caqti" {>= "1.2.0" & < "1.3.0~"}
"caqti" {>= "1.2.1" & < "1.3.0~"}
"dune" {>= "1.11"}
"sqlite3"
]
Expand Down
5 changes: 4 additions & 1 deletion caqti.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
opam-version: "2.0"
name: "caqti"
maintainer: "Petter A. Urkedal <[email protected]>"
authors: "Petter A. Urkedal <[email protected]>"
authors: [
"Petter A. Urkedal <[email protected]>"
"Nathan Rebours <[email protected]>"
]
license: "LGPL-3 with OCaml linking exception"
homepage: "https://github.com/paurkedal/ocaml-caqti/"
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
Expand Down

0 comments on commit 66c8475

Please sign in to comment.