Skip to content

Commit

Permalink
release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Rochel committed Dec 12, 2019
1 parent 34b742b commit 6240429
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release 4.2
===========

* add support for type hints

Release 4.1
===========

* add support for custom converters
* document pretty printer for objects

Release 4.0
===========

Expand Down
4 changes: 3 additions & 1 deletion pgocaml.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "pgocaml"
version: "4.1"
version: "4.2"
synopsis: "Native OCaml interface to PostgreSQL databases"
description: """
PGOCaml provides an interface to PostgreSQL databases for OCaml applications.
Expand All @@ -24,5 +24,7 @@ depends: [
"ocaml" {>= "4.07"}
"ppx_sexp_conv"
"re"
"ppx_deriving" {>= "4.0"}
"rresult"
"sexplib"
]
3 changes: 2 additions & 1 deletion pgocaml_ppx.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "pgocaml_ppx"
version: "4.1"
version: "4.2"
synopsis: "PPX extension for PGOCaml"
description: """
PGOCaml provides an interface to PostgreSQL databases for OCaml applications.
Expand All @@ -25,6 +25,7 @@ depends: [
"ppx_sexp_conv"
"ppx_tools"
"ppx_tools_versioned"
"ppx_deriving" {>= "4.0"}
"rresult"
"sexplib"
]

0 comments on commit 6240429

Please sign in to comment.