Skip to content

Commit 7fac380

Browse files
committed
Bump version to 0.9.2.0
1 parent 18a1283 commit 7fac380

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.circleci/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mv upx-${UPX_VERSION}-amd64_linux/upx .
3535
PACKAGE="$REPOSITORY-$TAG-$SUFFIX"
3636
mkdir -p "$PACKAGE"
3737
cp "$(which "$BINARY")" "$PACKAGE"
38-
./upx "$PACKAGE/$BINARY"
38+
./upx -q "$PACKAGE/$BINARY"
3939
cp CHANGELOG* LICENSE* README* "$PACKAGE"
4040
tar -czf "$PACKAGE.tar.gz" "$PACKAGE"
4141
rm -r "$PACKAGE"

CHANGELOG

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

3+
- 0.9.2.0 (2018-05-01)
4+
* Support alignment of case expressions with a single guard
5+
* Add a new step to squash multiple spaces between some elements (by Martin
6+
Huschenbett)
7+
38
- 0.9.1.1 (2018-04-26)
49
* Bump `aeson` to 1.3 for tests as well
510

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

0 commit comments

Comments
 (0)