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

Commit bf4e032

Browse files
committed
0.2.0
1 parent e39e286 commit bf4e032

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2.0
4+
5+
- Added --help flag
6+
- Added --all-errors flag
7+
38
## 0.1.1
49

510
- Added support for `module` headers across multiple lines (thanks to @hkgumbs)

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ COPY elm-proofread.cabal .
1616
RUN cabal new-update
1717
RUN cabal new-configure --disable-executable-dynamic --ghc-option=-optl=-static --ghc-option=-optl=-pthread
1818
RUN cabal new-build
19-
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
19+
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

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static-binaries:
1212

1313
# Linux
1414
docker build -t bin .
15-
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/
15+
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/
1616
chmod +x ./dist/linux/elm-proofread
1717
docker system prune -a
1818

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: elm-proofread
2-
version: 0.1.1
2+
version: 0.2.0
33
synopsis: Elm documentation testing.
44
description: See README at <https://github.com/icidasset/elm-proofread#readme>
55
maintainer: Steven Vandevelde <[email protected]>

0 commit comments

Comments
 (0)