summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-03-28 12:43:07 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-03-28 12:43:07 +0200
commitfd2d56e18d19895267ec76d77cf7983b8603b8c0 (patch)
tree8b960666bbe13d9c408ccb0cca22bb553202478c
parent599df3d384d0bb25aef26f7bcec9019a05b2ea19 (diff)
downloadstylish-haskell-fd2d56e18d19895267ec76d77cf7983b8603b8c0.tar.gz
Bump version to 0.5.16.00.5.16.0
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 64842fc..d8f24d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.16.0
+ * Fail if the default configuration file is not found.
+
- 0.5.15.2
* Bump `aeson` to 0.11
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 23c719d..b2273f7 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.15.2
+Version: 0.5.16.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3