summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--stylish-haskell.cabal2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2981385..602ce10 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
# CHANGELOG
+- 0.12.1.0 (2020-10-05)
+ * Bump Cabal-version to 2.4 (by Łukasz Gołębiewski)
+ * Fix "group" import sort with multi-line imports (by Maxim Koltsov)
+
- 0.12.0.0 (2020-10-02)
* Use ghc-lib-parser rather than haskell-src-exts
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 05b9634..9109c61 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: stylish-haskell
-Version: 0.12.0.0
+Version: 0.12.1.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD-3-Clause