diff --git a/README.md b/README.md index 6ed589046..f8400ec0f 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.5](https://img.shields.io/badge/version-0.8.5-orange.svg)](https://github.com/avh4/elm-format/releases/tag/0.8.5) +[![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) # elm-format @@ -26,7 +26,7 @@ elm-format --help # See other command line options ``` -## Installation [![(latest version: 0.8.5)](https://img.shields.io/badge/version-0.8.5-orange.svg)](https://github.com/avh4/elm-format/releases/tag/0.8.5) +## 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) 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.5), +or download the version appropriate for your OS from the [release page](https://github.com/avh4/elm-format/releases/tag/0.8.6), unzip it, and place `elm-format` or `elm-format.exe` (windows) on your `PATH`. diff --git a/Shakefile/src/Shakefiles/Haskell.hs b/Shakefile/src/Shakefiles/Haskell.hs index 2ee02efae..d61f34ceb 100644 --- a/Shakefile/src/Shakefiles/Haskell.hs +++ b/Shakefile/src/Shakefiles/Haskell.hs @@ -64,7 +64,7 @@ cabalBinPath projectName opt = let version = case projectName of - "elm-format" -> "0.8.5" + "elm-format" -> "0.8.6" _ -> "0.0.0" in "dist-newstyle/build" Shakefiles.Platform.cabalInstallOs "ghc-9.2.5" projectName ++ "-" ++ version "x" projectName opt "build" projectName projectName <.> exe diff --git a/Style Guide/CI.md b/Style Guide/CI.md index c516f566a..d59a6a7be 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.5 --elm-version=0.19"} -,{"path":"./tests/Tests.elm","message":"File is not formatted with elm-format-0.8.5 --elm-version=0.19"} +[{"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"} ] ``` diff --git a/elm-format.cabal b/elm-format.cabal index 58f00d54a..586fc3961 100644 --- a/elm-format.cabal +++ b/elm-format.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 Name: elm-format -version: 0.8.5 +version: 0.8.6 Synopsis: A source code formatter for Elm