Skip to content

Commit

Permalink
Prepare for 0.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc committed Apr 10, 2023
1 parent 3920561 commit 95a74e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ outputs:

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

## Unreleased

## 0.4.1 - 2023-04-10

* Added automated testing.

## 0.4.0 - 2023-04-09

* Strip "./" from relative file paths.
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.4.0
version: 0.4.1
github: "haskell-actions/hlint-scan"
license: Apache-2.0
author: "Yoo Chung"
Expand Down

0 comments on commit 95a74e4

Please sign in to comment.