diff --git a/README.md b/README.md index 727657a48..f46a9ef05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/avh4/elm-format.svg?branch=master)](https://travis-ci.org/avh4/elm-format) -[![latest version: 0.8.6](https://img.shields.io/badge/version-0.8.6-orange.svg)](https://github.com/avh4/elm-format/releases/tag/0.8.6) +[![latest version: 0.8.7](https://img.shields.io/badge/version-0.8.7-orange.svg)](https://github.com/avh4/elm-format/releases/tag/0.8.7) # elm-format @@ -26,7 +26,7 @@ elm-format --help # See other command line options ``` -## Installation [![(latest version: 0.8.6)](https://img.shields.io/badge/version-0.8.6-orange.svg)](https://github.com/avh4/elm-format/releases/tag/0.8.6) +## Installation [![(latest version: 0.8.7)](https://img.shields.io/badge/version-0.8.7-orange.svg)](https://github.com/avh4/elm-format/releases/tag/0.8.7) To install `elm-format`: @@ -34,7 +34,7 @@ To install `elm-format`: npm install -g elm-format ``` -or download the version appropriate for your OS from the [release page](https://github.com/avh4/elm-format/releases/tag/0.8.6), +or download the version appropriate for your OS from the [release page](https://github.com/avh4/elm-format/releases/tag/0.8.7), unzip it, and place `elm-format` or `elm-format.exe` (windows) on your `PATH`. diff --git a/Shakefile/src/Shakefiles/Haskell/Hpc.hs b/Shakefile/src/Shakefiles/Haskell/Hpc.hs index 879128bb4..87ae5c689 100644 --- a/Shakefile/src/Shakefiles/Haskell/Hpc.hs +++ b/Shakefile/src/Shakefiles/Haskell/Hpc.hs @@ -15,7 +15,7 @@ mergeTixFiles tixs out = do rules :: String -> Rules () rules gitSha = do let hpcConfig = - [ "--hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/elm-format-0.8.6/hpc/vanilla/mix/elm-format" + [ "--hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/elm-format-0.8.7/hpc/vanilla/mix/elm-format" , "--hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/avh4-lib-0.0.0.1/hpc/vanilla/mix/avh4-lib-0.0.0.1" , "--hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/elm-format-lib-0.0.0.1/hpc/vanilla/mix/elm-format-lib-0.0.0.1" , "--hpcdir=./dist-newstyle/_coverage/build/x86_64-linux/ghc-9.2.5/elm-format-markdown-0.0.0.1/hpc/vanilla/mix/elm-format-markdown-0.0.0.1" diff --git a/Style Guide/CI.md b/Style Guide/CI.md index d59a6a7be..fb9424de2 100644 --- a/Style Guide/CI.md +++ b/Style Guide/CI.md @@ -38,7 +38,7 @@ A FormattingError will be an object with the following fields: ### Example JSON ```json -[{"path":"./src/Fifo.elm","message":"File is not formatted with elm-format-0.8.6 --elm-version=0.19"} -,{"path":"./tests/Tests.elm","message":"File is not formatted with elm-format-0.8.6 --elm-version=0.19"} +[{"path":"./src/Fifo.elm","message":"File is not formatted with elm-format-0.8.7 --elm-version=0.19"} +,{"path":"./tests/Tests.elm","message":"File is not formatted with elm-format-0.8.7 --elm-version=0.19"} ] ``` diff --git a/elm-format.cabal b/elm-format.cabal index 656e4b06c..d9cf0dc16 100644 --- a/elm-format.cabal +++ b/elm-format.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: elm-format -version: 0.8.6 +version: 0.8.7 synopsis: A source code formatter for Elm description: A simple way to format your Elm code according to the official style guide. diff --git a/package.yaml b/package.yaml index 81e1bdb59..bd18f27e7 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: elm-format -version: 0.8.6 +version: 0.8.7 synopsis: A source code formatter for Elm description: |