Skip to content

Commit a99e50c

Browse files
committed
Prepare for v1.0.0 release.
1 parent 80aa838 commit a99e50c

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
security-events: write
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: haskell-actions/hlint-scan@v0
24+
- uses: haskell-actions/hlint-scan@v1
2525
```
2626
2727
### Inputs

action.yaml

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

4242
runs:
4343
using: docker
44-
image: docker://ghcr.io/haskell-actions/hlint-scan:main
44+
image: docker://ghcr.io/haskell-actions/hlint-scan:v1.0.0
4545
args:
4646
- binary=${{ inputs.binary }}
4747
- path=${{ inputs.path }}

docs/CHANGELOG.md

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

1111
## Unreleased
1212

13+
## 1.0.0 - 2023-04-15
14+
1315
* Uses much smaller Docker image size.
1416
* Escape backslashes in messages.
1517
* Support scanning multiple paths.

docs/SECURITY.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
| 1.0.0 | :white_check_mark: |
88
| < 1.0 | :x: |
99

10-
Note that there is no version 1.0.0 yet.
11-
In other words, using this project now would be at your own risk.
12-
1310
## Reporting a Vulnerability
1411

1512
To report a security issue, please [file] a security advisory on GitHub

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.9.0
16+
version: 1.0.0
1717
github: "haskell-actions/hlint-scan"
1818
license: Apache-2.0
1919
author: "Yoo Chung"

0 commit comments

Comments
 (0)