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 7e6f104..3bb69bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
# CHANGELOG
+- 0.6.1.0
+ * Fix line patching issue in Editor
+
- 0.6.0.0
* Add a `simple_align` step
* Move `records` step into `simple_align`
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index ca14750..2c4ee95 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.6.0.0
+Version: 0.6.1.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3