summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-10-29 13:22:43 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-10-29 13:22:43 +0100
commitb159c6713ef56cd505ff603197df894d6526af74 (patch)
tree2fd7ee5a784e71ebde1597f57b616c83f42bd513
parente3fe396bf447b0419ea1a9a45c1c56f993e24306 (diff)
downloadstylish-haskell-b159c6713ef56cd505ff603197df894d6526af74.tar.gz
Bump version to 0.9.4.1v0.9.4.1
-rw-r--r--CHANGELOG5
-rw-r--r--stylish-haskell.cabal2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a0bd352..83c5346 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
# CHANGELOG
-- 0.9.4.0 (2019-10-19)
+- 0.9.4.1 (2019-10-29)
+ * Bump release script
+
+- 0.9.4.0 (2019-10-29)
* Read language extensions from `.cabal` file (by Georgy Lukyanov)
- 0.9.3.1 (2019-10-08)
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 65559d6..ad2a820 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.4.0
+Version: 0.9.4.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3