Skip to content

Commit

Permalink
Post release 2.1 (#124)
Browse files Browse the repository at this point in the history
* Add changelog

* add release date

* Bump dune to latest
  • Loading branch information
Gary Trakhman authored Oct 26, 2022
1 parent de8a45d commit 0391468
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 21 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 2.1 (unreleased)
## 2.2 (unreleased)

## 2.1 (2022-05-31)
### Breaking changes

* Missing SASL authentication impl provides an error instead of hanging (https://github.com/arenadotio/pgx/pull/122).
* pgx_lwt_mirage now requires conduit 2.3 instead of 2.2 (https://github.com/arenadotio/pgx/pull/117).

## 2.0 (2021-05-12)
Expand Down
6 changes: 2 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
(lang dune 1.11)

(using fmt 1.1)
(lang dune 3.2)

(name pgx)

Expand Down Expand Up @@ -32,7 +30,7 @@
:dev
(>= 2.0.0)))
(dune
(>= 1.11))
(>= 3.2))
hex
ipaddr
(ocaml
Expand Down
4 changes: 2 additions & 2 deletions pgx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"alcotest" {with-test & >= "1.0.0"}
"bisect_ppx" {dev & >= "2.0.0"}
"dune" {>= "1.11"}
"dune" {>= "3.2" & >= "3.2"}
"hex"
"ipaddr"
"ocaml" {>= "4.08"}
Expand All @@ -25,7 +25,7 @@ depends: [
"uuidm"
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions pgx_async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"dune" {>= "3.2"}
"alcotest-async" {with-test & >= "1.0.0"}
"async_kernel" {>= "v0.13.0"}
"async_unix" {>= "v0.13.0"}
Expand All @@ -19,9 +19,10 @@ depends: [
"ocaml" {>= "4.08"}
"pgx" {= version}
"pgx_value_core" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions pgx_lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"dune" {>= "3.2"}
"lwt"
"logs"
"ocaml" {>= "4.08"}
"pgx" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions pgx_lwt_mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"dune" {>= "3.2"}
"lwt"
"ocaml" {>= "4.08"}
"logs"
Expand All @@ -22,9 +22,10 @@ depends: [
"tcpip" {>= "7.0.0"}
"pgx" {= version}
"pgx_lwt" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions pgx_lwt_unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"dune" {>= "3.2"}
"alcotest-lwt" {with-test & >= "1.0.0"}
"base64" {with-test & >= "3.0.0"}
"ocaml" {>= "4.08"}
"pgx" {= version}
"pgx_lwt" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions pgx_unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"dune" {>= "3.2"}
"alcotest" {with-test & >= "1.0.0"}
"base64" {with-test & >= "3.0.0"}
"ocaml" {>= "4.08"}
"pgx" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions pgx_value_core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"dune" {>= "3.2"}
"alcotest" {with-test & >= "1.0.0"}
"core_kernel" {>= "v0.13.0"}
"ocaml" {>= "4.08"}
"pgx" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions pgx_value_ptime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"dune" {>= "3.2"}
"alcotest" {with-test & >= "1.0.0"}
"ptime" {>= "0.8.3"}
"ocaml" {>= "4.08"}
"pgx" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit 0391468

Please sign in to comment.