File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ outputs:
3838
3939runs :
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 }}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : hlint-scan
16- version : 0.4.0
16+ version : 0.4.1
1717github : " haskell-actions/hlint-scan"
1818license : Apache-2.0
1919author : " Yoo Chung"
You can’t perform that action at this time.
0 commit comments