Skip to content

Commit

Permalink
Bump to version 1.1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dterei committed Feb 3, 2017
1 parent a6bcf3c commit 77caa6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pretty.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 77caa6d

Please sign in to comment.