summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-11-28 11:39:30 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2016-11-28 11:39:30 +0100
commit7d29962850f66ec62945a5fe784e73194a942526 (patch)
tree537fcda98918ef3d116d1dd24dde13ee13b78424
parent010aecde2603d8d8b6945e4a181ac91e5e5f94d9 (diff)
downloadstylish-haskell-0.6.5.0.tar.gz
Bump version to 0.6.5.00.6.5.0
-rw-r--r--CHANGELOG4
-rw-r--r--stylish-haskell.cabal2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a26bc96..798cdee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
# CHANGELOG
+- 0.6.5.0
+ * Fix issue with unit records (by Mizunashi Mana)
+ * Bump `HUnit` to 1.5
+
- 0.6.4.0
* Remove `XmlSyntax` from whitelisted language extensions, since it was
causing parsing errors
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 649fce7..3c1e57e 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.6.4.0
+Version: 0.6.5.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3