From fa7861cc092fb3d423d6e3c05df36d3651068de8 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sat, 14 Dec 2013 19:59:01 +0400 Subject: Bump version number to 0.4.2.0 --- ChangeLog | 6 ++++++ bencoding.cabal | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd0f637..73603df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-12-14 Sam Truzjan + + * 0.4.2.0: Override default fixity for operators: previously it + has been impossible to mix bencode Get operators ((<$>!), (<$>?), + (<*>!), (<*>?)) with applicative operators ((<$>), (<*>)). + 2013-12-08 Sam Truzjan * 0.4.1.0: Expose parser and builder so it is possible to use diff --git a/bencoding.cabal b/bencoding.cabal index 1b131c9..ba7417e 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -1,5 +1,5 @@ name: bencoding -version: 0.4.1.0 +version: 0.4.2.0 license: BSD3 license-file: LICENSE author: Sam Truzjan @@ -29,7 +29,7 @@ source-repository this type: git location: git://github.com/cobit/bencoding.git branch: master - tag: v0.4.1.0 + tag: v0.4.2.0 library default-language: Haskell2010 -- cgit v1.2.3