Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Sep 26, 2019
1 parent 6666bcc commit 8e08a06
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
5.1.0
-----

* Implement `Msg.gets` (#87, #90)

* Improve support for OCaml 4.08+ (#83, #89)
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
(lang dune 1.0)
(name zmq)
3 changes: 2 additions & 1 deletion zmq-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ maintainer: "[email protected]"
authors: ["Rudi Grinberg"]
license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
doc: "https://issuu.github.io/ocaml-zmq/"
dev-repo:
"git+https://github.com/issuu/ocaml-zmq.git"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
Expand All @@ -12,7 +13,7 @@ build: [
]
depends: [
"ocaml"
"zmq" {>= "5.0.0"}
"zmq" {>= "5.1.0"}
"dune"
"async_unix" {>= "v0.9.0" & < "v0.13"}
"async_kernel" {>= "v0.9.0" & < "v0.13"}
Expand Down
3 changes: 2 additions & 1 deletion zmq-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ maintainer: "Anders Fugmann <[email protected]>"
authors: ["Anders Fugmann <[email protected]>"]
license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
doc: "https://issuu.github.io/ocaml-zmq/"
dev-repo:
"git+https://github.com/issuu/ocaml-zmq.git"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
Expand All @@ -12,7 +13,7 @@ build: [
]
depends: [
"ocaml" {>= "4.03"}
"zmq" {>= "5.0.0"}
"zmq" {>= "5.1.0"}
"ounit" {with-test}
"dune"
"lwt"
Expand Down
1 change: 1 addition & 0 deletions zmq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ maintainer: "[email protected]"
authors: [ "Anders Fugmann" "Pedro Borges" "Peter Zotov" ]
license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
doc: "https://issuu.github.io/ocaml-zmq/"
dev-repo:
"git+https://github.com/issuu/ocaml-zmq.git"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
Expand Down

0 comments on commit 8e08a06

Please sign in to comment.