Skip to content

Commit

Permalink
Release as v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc committed Apr 9, 2023
1 parent 408479a commit f6c1acb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ outputs:

runs:
using: docker
# image: docker://ghcr.io/haskell-actions/hlint-scan:latest
image: Dockerfile
image: docker://ghcr.io/haskell-actions/hlint-scan:v0.4.0
args:
- binary=${{ inputs.binary }}
- path=${{ inputs.path }}
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ the [Haskell Package Versioning Policy].

## Unreleased

## 0.4.0 - 2023-04-09

* Strip "./" from relative file paths.
* GitHub can now find files in repositories.

## 0.3.0 - 2023-04-06

* Use prebuilt Docker image for the Docker composite action.
Expand Down
2 changes: 1 addition & 1 deletion hlint-scan.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hlint-scan
version: 0.3.0
version: 0.4.0
synopsis: Code scanning GitHub action using HLint.
description: Scans code with HLint and uploads its analysis results to GitHub code scanning.
See <https://github.com/haskell-actions/hlint-scan>.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: hlint-scan
version: 0.3.0
version: 0.4.0
github: "haskell-actions/hlint-scan"
license: Apache-2.0
author: "Yoo Chung"
Expand Down

0 comments on commit f6c1acb

Please sign in to comment.