Skip to content

Commit 1203bc5

Browse files
committed
Bump version to v0.14.0.0
1 parent be4814e commit 1203bc5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

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

3+
- 0.14.0.0 (2022-03-16)
4+
* Port to GHC 9.2 AST (by jaspervdj)
5+
* Case insensitive import sort (by vlatkoB)
6+
* Fix issue with dissappearing GADT kind signatures (by Łukasz Gołębiewski)
7+
38
- 0.13.0.0 (2021-09-15)
49
* Don't remove ticks on promoted data types (by Jim McStanton)
510
* Add break_only_where option (by 1Computer1)

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.13.0.0
3+
Version: 0.14.0.0
44
Synopsis: Haskell code prettifier
55
Homepage: https://github.com/haskell/stylish-haskell
66
License: BSD-3-Clause

0 commit comments

Comments
 (0)