Skip to content

Commit f292ed5

Browse files
committed
Bump version to 0.9.3.0
1 parent 955be0c commit f292ed5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

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

3+
- 0.9.3.0 (2019-10-08)
4+
* Bump `optparse-applicative` to 0.15
5+
* Don't remove page breaks in the trailing whitespace step (by Chris
6+
Perivolaropoulos)
7+
* Add `with_module_name` option to `list_align` for import styling (by
8+
Rupert Horlick)
9+
310
- 0.9.2.2 (2019-06-12)
411
* Bump `semigroups` to 0.19
512
* Bump `haskell-src-exts` to 1.21

stack.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
resolver: lts-14.4
2-
1+
resolver: lts-14.6
32
packages:
43
- '.'

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.9.2.2
2+
Version: 0.9.3.0
33
Synopsis: Haskell code prettifier
44
Homepage: https://github.com/jaspervdj/stylish-haskell
55
License: BSD3

0 commit comments

Comments
 (0)