Skip to content

Commit 84770e3

Browse files
committed
Bump version to 0.12.2.0
1 parent 9f1e714 commit 84770e3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

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

3+
- 0.12.2.0 (2020-10-08)
4+
* align: Add a new option for aligning only adjacent items (by 1Computer1)
5+
* align: Add support for aligning MultiWayIf syntax (by 1Computer1)
6+
* data: Fix some issues with record field padding
7+
* module_header: Add separate_lists option
8+
* imports: Respect separate_lists for (..) imports
9+
* data: Make sorting deriving list optional (by Maxim Koltsov)
10+
311
- 0.12.1.0 (2020-10-05)
412
* Bump Cabal-version to 2.4 (by Łukasz Gołębiewski)
513
* Fix "group" import sort with multi-line imports (by Maxim Koltsov)

stylish-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.4
22
Name: stylish-haskell
3-
Version: 0.12.1.0
3+
Version: 0.12.2.0
44
Synopsis: Haskell code prettifier
55
Homepage: https://github.com/jaspervdj/stylish-haskell
66
License: BSD-3-Clause

0 commit comments

Comments
 (0)