Skip to content

Commit 95a74e4

Browse files
committed
Prepare for 0.4.1 release.
1 parent 3920561 commit 95a74e4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ outputs:
3838

3939
runs:
4040
using: docker
41-
image: docker://ghcr.io/haskell-actions/hlint-scan:v0.4.0
41+
image: docker://ghcr.io/haskell-actions/hlint-scan:v0.4.1
4242
args:
4343
- binary=${{ inputs.binary }}
4444
- path=${{ inputs.path }}

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ the [Haskell Package Versioning Policy].
1010

1111
## Unreleased
1212

13+
## 0.4.1 - 2023-04-10
14+
15+
* Added automated testing.
16+
1317
## 0.4.0 - 2023-04-09
1418

1519
* Strip "./" from relative file paths.

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: hlint-scan
16-
version: 0.4.0
16+
version: 0.4.1
1717
github: "haskell-actions/hlint-scan"
1818
license: Apache-2.0
1919
author: "Yoo Chung"

0 commit comments

Comments
 (0)