Skip to content

Commit 092ebac

Browse files
committed
Updated distribution files
1 parent 004f9d3 commit 092ebac

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-03-26: Added support for JSON and JSONB field types.
2+
3+
Thanks to Tomohiro Matsuyama for the patch!
4+
15
2015-01-28: New major release: improved handling of asynchronous operations.
26
This required an API-change to the "flush" method.
37

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: postgresql
3-
Version: 3.0.0
3+
Version: 3.1.0
44
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
55
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases
66
Authors: Alain Frisch <alain.frisch@lexifi.com>,

lib/META

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: a0836cc8aad07290a0820a701f48ac68)
3-
version = "3.0.0"
2+
# DO NOT EDIT (digest: 435efafbff887197877a778d85680896)
3+
version = "3.1.0"
44
description = "postgresql-ocaml - bindings to the PostgreSQL library"
55
requires = "threads bigarray bytes"
66
archive(byte) = "postgresql.cma"

setup.ml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 6b4711ed7807a5f41b74b4e96a6aee18) *)
4+
(* DO NOT EDIT (digest: efeb60454d43be1aaf722f2dde5918d3) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
66836683
alpha_features = [];
66846684
beta_features = [];
66856685
name = "postgresql";
6686-
version = "3.0.0";
6686+
version = "3.1.0";
66876687
license =
66886688
OASISLicense.DEP5License
66896689
(OASISLicense.DEP5Unit
@@ -7101,7 +7101,7 @@ let setup_t =
71017101
};
71027102
oasis_fn = Some "_oasis";
71037103
oasis_version = "0.4.5";
7104-
oasis_digest = Some "s¶o£õ\151(¨ÝÊé\000KÈÈ\015";
7104+
oasis_digest = Some "¥+%\1368Ûïá¨æ?C\025SÍ*";
71057105
oasis_exec = None;
71067106
oasis_setup_args = [];
71077107
setup_update = false

0 commit comments

Comments
 (0)