Skip to content

Commit

Permalink
Bump version to 0.12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Oct 8, 2020
1 parent 9f1e714 commit 84770e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

- 0.12.2.0 (2020-10-08)
* align: Add a new option for aligning only adjacent items (by 1Computer1)
* align: Add support for aligning MultiWayIf syntax (by 1Computer1)
* data: Fix some issues with record field padding
* module_header: Add separate_lists option
* imports: Respect separate_lists for (..) imports
* data: Make sorting deriving list optional (by Maxim Koltsov)

- 0.12.1.0 (2020-10-05)
* Bump Cabal-version to 2.4 (by Łukasz Gołębiewski)
* Fix "group" import sort with multi-line imports (by Maxim Koltsov)
Expand Down
2 changes: 1 addition & 1 deletion stylish-haskell.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: stylish-haskell
Version: 0.12.1.0
Version: 0.12.2.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD-3-Clause
Expand Down

0 comments on commit 84770e3

Please sign in to comment.