summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-01-26 14:11:43 +0000
committerJasper Van der Jeugt <m@jaspervdj.be>2020-01-26 14:11:43 +0000
commitd2594404a89839edc3ac44ea1fed3f99c2aade68 (patch)
treee31c3e25b0757ba7d4ef7fb618ab18753268dd7b
parent498d676c1e06af966c814e01967fc3ece1fd9225 (diff)
downloadstylish-haskell-d2594404a89839edc3ac44ea1fed3f99c2aade68.tar.gz
Bump version to 0.10.0.0v0.10.0.0
-rw-r--r--CHANGELOG10
-rw-r--r--stylish-haskell.cabal2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3187ced..eca598d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,15 @@
# CHANGELOG
+- 0.10.0.0 (2020-01-26)
+ * Switch to HsYAML library (by vijayphoenix)
+ * Expose `format` from main library (by Łukasz Gołębiewski)
+ * Support record formatting (by Łukasz Gołębiewski and Pawel Szulc)
+ * Allow setting `columns` to `null` to disable all wrapping (by Chris
+ Martin)
+ * Bump `haskell-src-exts` to 1.23
+ * New logo (by Jose Fernando García Parreño)
+ * Make language extension prefix configurable (by Flavio Corpa)
+
- 0.9.4.4 (2019-11-03)
* Bump `haskell-src-exts` to 1.22
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index ac16054..b3f2975 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.4.4
+Version: 0.10.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3