Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Nov 5, 2019
1 parent e39e286 commit bf4e032
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.2.0

- Added --help flag
- Added --all-errors flag

## 0.1.1

- Added support for `module` headers across multiple lines (thanks to @hkgumbs)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY elm-proofread.cabal .
RUN cabal new-update
RUN cabal new-configure --disable-executable-dynamic --ghc-option=-optl=-static --ghc-option=-optl=-pthread
RUN cabal new-build
RUN strip -s ./dist-newstyle/build/x86_64-linux/ghc-8.4.3/elm-proofread-0.1.1/x/elm-proofread/build/elm-proofread/elm-proofread
RUN strip -s ./dist-newstyle/build/x86_64-linux/ghc-8.4.3/elm-proofread-0.2.0/x/elm-proofread/build/elm-proofread/elm-proofread
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static-binaries:

# Linux
docker build -t bin .
docker cp $$(docker create bin):/tmp/dist-newstyle/build/x86_64-linux/ghc-8.4.3/elm-proofread-0.1.1/x/elm-proofread/build/elm-proofread/elm-proofread ./dist/linux/
docker cp $$(docker create bin):/tmp/dist-newstyle/build/x86_64-linux/ghc-8.4.3/elm-proofread-0.2.0/x/elm-proofread/build/elm-proofread/elm-proofread ./dist/linux/
chmod +x ./dist/linux/elm-proofread
docker system prune -a

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: elm-proofread
version: 0.1.1
version: 0.2.0
synopsis: Elm documentation testing.
description: See README at <https://github.com/icidasset/elm-proofread#readme>
maintainer: Steven Vandevelde <[email protected]>
Expand Down

0 comments on commit bf4e032

Please sign in to comment.