Skip to content

Commit

Permalink
Prepare for v1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc committed Apr 15, 2023
1 parent 80aa838 commit a99e50c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/hlint-scan@v0
- uses: haskell-actions/hlint-scan@v1
```
### Inputs
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ outputs:

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

## Unreleased

## 1.0.0 - 2023-04-15

* Uses much smaller Docker image size.
* Escape backslashes in messages.
* Support scanning multiple paths.
Expand Down
3 changes: 0 additions & 3 deletions docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
| 1.0.0 | :white_check_mark: |
| < 1.0 | :x: |

Note that there is no version 1.0.0 yet.
In other words, using this project now would be at your own risk.

## Reporting a Vulnerability

To report a security issue, please [file] a security advisory on GitHub
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.9.0
version: 1.0.0
github: "haskell-actions/hlint-scan"
license: Apache-2.0
author: "Yoo Chung"
Expand Down

0 comments on commit a99e50c

Please sign in to comment.