Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Increment version number to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
twittner committed Feb 17, 2013
1 parent 27434e5 commit 1345b01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,10 +1,15 @@
This library provides Haskell bindings to 0MQ 3.x (http://zeromq.org).
This library provides Haskell bindings to 0MQ 3.2.x (http://zeromq.org).

Current status
--------------

This software currently has *beta* status, i.e. it had seen limited testing.

Version 0.3.0 - Add monadic layer on top of System.ZMQ3 and substitute
String for ByteString in a number of cases, where the 0MQ
API speaks of "binary data", i.e. subscribe/unsubscribe,
identity/setIdentity and setTcpAcceptFilter.

Version 0.2 - Add additional functionality from 3.2 stable release, e.g.
zmq_proxy support, new socket options, socket monitoring etc.
*API Change*: withContext no longer accepts the number of
Expand Down Expand Up @@ -68,4 +73,3 @@ Bugs
If you find any bugs or other shortcomings I would greatly appreciate a bug
report, preferably via http://github.com/twittner/zeromq-haskell/issues or
e-mail to tw@dtex.org

2 changes: 1 addition & 1 deletion zeromq3-haskell.cabal
@@ -1,5 +1,5 @@
name: zeromq3-haskell
version: 0.2.1
version: 0.3.0
synopsis: Bindings to ZeroMQ 3.x
category: System, FFI
license: MIT
Expand Down

0 comments on commit 1345b01

Please sign in to comment.