From 77caa6d3478a6daa03eeea9501b38127787a217f Mon Sep 17 00:00:00 2001 From: David Terei Date: Fri, 3 Feb 2017 15:14:21 -0800 Subject: [PATCH] Bump to version 1.1.3.5 --- CHANGELOG.md | 5 +++++ pretty.cabal | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bd2a8..2e8b6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Pretty library change log +## 1.1.3.5 -- 1st February, 2017 + +* Fix documentation formatting bug (by Ivan Lazar Miljenovic) +* Fix missing git tag on Github for v1.1.3.4 release. + ## 1.1.3.4 -- 3rd June, 2016 * Fix over-zeleaous use of strictness causing stack allocation, fixes part of diff --git a/pretty.cabal b/pretty.cabal index 39fe558..2e25b6f 100644 --- a/pretty.cabal +++ b/pretty.cabal @@ -1,5 +1,5 @@ name: pretty -version: 1.1.3.4 +version: 1.1.3.5 synopsis: Pretty-printing library description: This package contains a pretty-printing library, a set of API's @@ -24,7 +24,7 @@ Cabal-Version: >= 1.8 source-repository this type: git location: http://github.com/haskell/pretty.git - tag: 1.1.3.4 + tag: 1.1.3.5 source-repository head type: git