summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3d05cef..81fa980 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.15.0
+ * Add new options for import list alignment (by Ondřej Janošík)
+
- 0.5.14.4
* Bump `stylish-haskell` to 1.17.0
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 427fd6e..83e8e76 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.14.4
+Version: 0.5.15.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3