summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-12-18 11:42:25 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-12-18 11:42:25 +0100
commit7ba2f045d07c3cedb2a9b70bb184f943d2aa5567 (patch)
tree3400bef0e06aed2201f374efea7893b3ebe0ba22
parentf3849ee5c7061fc41e42a506fa562272cd38291c (diff)
downloadstylish-haskell-7ba2f045d07c3cedb2a9b70bb184f943d2aa5567.tar.gz
Version bump0.5.9.0
-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