Skip to content

Commit 3621bf3

Browse files
authored
Bump version to 0.11.0.0
1 parent 648b75d commit 3621bf3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
- 0.11.0.0 (2020-02-24)
4+
* Disable record formatting by default
5+
* Allow more customization for record formatting (by Maxim Koltsov)
6+
* Disable formatting of data types without records (by Maxim Koltsov)
7+
* Add `-r` flag to recursively find Haskell files (by Akos Marton)
8+
39
- 0.10.0.0 (2020-01-26)
410
* Switch to HsYAML library (by vijayphoenix)
511
* Expose `format` from main library (by Łukasz Gołębiewski)

stylish-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: stylish-haskell
2-
Version: 0.10.0.0
2+
Version: 0.11.0.0
33
Synopsis: Haskell code prettifier
44
Homepage: https://github.com/jaspervdj/stylish-haskell
55
License: BSD3

0 commit comments

Comments
 (0)