summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-06-10 13:14:40 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-06-10 13:14:40 +0200
commite4e18f9966cd2c8840040fb381caad99ed32beef (patch)
tree57927a3aa551190203a5a47b7db22ad787417d2c
parentff5e8ad79925339548c9289c73ef038d3dead33f (diff)
downloadstylish-haskell-e4e18f9966cd2c8840040fb381caad99ed32beef.tar.gz
Bump version to 0.5.17.00.5.17.0
-rw-r--r--CHANGELOG4
-rw-r--r--stylish-haskell.cabal2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 61aa915..a6b87c2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+- 0.5.17.0
+ * Remove shebang from input before attempting to extract pragmas
+ * Set stdin and stdout encoding to UTF-8 by default
+
- 0.5.16.0
* Fail if the default configuration file is not found.
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 14ebdb8..2fed0d1 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.16.0
+Version: 0.5.17.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3