summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.markdown7
-rw-r--r--stylish-haskell.cabal2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index d05c0c6..d5af4fe 100644
--- a/README.markdown
+++ b/README.markdown
@@ -117,6 +117,13 @@ Written and maintained by Jasper Van der Jeugt.
Contributors:
- Chris Done
+- Hiromi Ishii
- Leonid Onokhov
- Michael Snoyman
- Mikhail Glushenkov
+
+Changelog
+---------
+
+- `0.5.9.0`
+ * Add `compact_line` setting for Language Pragma styling
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 6e01e39..41b5a54 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.8.0
+Version: 0.5.9.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3