Skip to content

Commit 07764f6

Browse files
committed
Bump version to 0.9.0.0
1 parent dd83933 commit 07764f6

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.9.0.0 (2017-12-26)
4+
* Embed the default configuration
5+
* Add platform-specific configuration paths (by Jan Tojnar)
6+
* Bump `haskell-src-exts` to 0.20
7+
* Avoid unpaired parenthesis when import doesn't specify any items (by
8+
Matthew Kennerly)
9+
* Remove shebang lines at the beginning of file (by Vaibhav Sagar)
10+
311
- 0.8.1.0 (2017-06-19)
412
* Add `pad_module_names` option (by Yuriy Syrovetskiy)
513
* Add `space_surround` option to import styling (by Linus Arver)

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

0 commit comments

Comments
 (0)