Skip to content

Commit

Permalink
Merge pull request #131 from issuu/andersfugmann/release_5.3.0
Browse files Browse the repository at this point in the history
Release 5.3.0
  • Loading branch information
andersfugmann authored Mar 15, 2024
2 parents dd0996d + e544dbd commit 5ccd05c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
os:
- ubuntu-20.04
ocaml-version:
- 5.0.0
- 5
- 4.14.0
- 4.04.1
include:
- lwt: true
- async: true
- eio: true
ocaml-version: 5.0.0
ocaml-version: 5

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
5.3.0
---
* Add eio binding in zmq-eio (#126, @andersfugmann)

5.2.2
---
* Fix race in monitor test (#129, @andersfugmann)
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Dependencies
------------

* [OPAM](http://opam.ocaml.org/)
* OCaml >= 4.03.0, OCaml >= 4.04.1 for zmq-async
* Async >= v0.11.0 for zmq-async
* Lwt for zmq-lwt
* OCaml >= 4.03.0
* OCaml >= 4.04.1, Async >= v0.11.0 for zmq-async
* Ocaml >= 5.0.0 for zmq-eio
* Lwt >= 2.6.0 for zmq-lwt
* libzmq (c lib) >= 4.x

Install
Expand All @@ -33,10 +34,10 @@ API documentation can be found [here](https://issuu.github.io/ocaml-zmq)
Development
-----------

With OPAM 2.x you can create a local switch which will install all dependencies automatically.
With OPAM you can create a local switch which will install all dependencies automatically.

```sh
opam switch create ./ 4.06
opam switch create ./ 5.1.1
make
```

Expand Down

0 comments on commit 5ccd05c

Please sign in to comment.