summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-08-23 12:40:32 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-08-23 12:40:32 +0200
commit2c96bb19a8deabd566dcc6d29bf83b30950af94b (patch)
tree376db248d10f8de01ae52200f70dcb13cfaf3d89
parentda70d6f14f94c6fb66090a3c8a163bbfd6c73f41 (diff)
downloadstylish-haskell-0.6.3.0.tar.gz
Bump version to 0.6.3.00.6.3.0
-rw-r--r--CHANGELOG7
-rw-r--r--stylish-haskell.cabal2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f937cc3..bd6aa99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,12 @@
# CHANGELOG
+- 0.6.3.0
+ * Bump `optparse-applicative` to 0.13.0.0
+ * Export Import options & add a default
+ * Add `list_padding: module_name` option (by Oleg Grenrus)
+ * Bump `aeson` to 1.0 (by Oleg Grenrus)
+ * Special setting for empty import lists (by Oleg Grenrus)
+
- 0.6.2.0
* Bump `haskell-src-exts` to 1.18
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index a2d6916..def25a4 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.6.2.0
+Version: 0.6.3.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3