summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-01-02 13:07:18 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-01-02 13:07:18 +0100
commitdc526034228e8431731645fcb483386931cae199 (patch)
tree7110373e7ffb72ffb7195c7ed44a337ed12e78ad
parentd86dbc8391d99e474656a60b3aec0fc602a57255 (diff)
downloadstylish-haskell-dc526034228e8431731645fcb483386931cae199.tar.gz
Bump version to 0.9.2.1v0.9.2.1
-rw-r--r--CHANGELOG5
-rw-r--r--stylish-haskell.cabal2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fd128f3..d86dd23 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
# CHANGELOG
+- 0.9.2.1 (2019-01-02)
+ * Bump `aeson` to 1.4
+ * Bump `yaml` to 0.11
+ * Bump `containers` to 0.6
+
- 0.9.2.0 (2018-05-01)
* Support alignment of case expressions with a single guard
* Add a new step to squash multiple spaces between some elements (by Martin
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 4305675..a72698d 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.2.0
+Version: 0.9.2.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3