Skip to content

Commit

Permalink
chore: release v5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Mar 24, 2024
1 parent 35151b7 commit 7546d07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -20,15 +20,15 @@ members = [
resolver = "2"

[workspace.package]
version = "5.0.0-alpha.5"
version = "5.0.0"
edition = "2021"
authors = ["tison <wander4096@gmail.com>"]
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/korandoru/hawkeye/"

[workspace.dependencies]
hawkeye-fmt = { version = "5.0.0-alpha.5", path = "fmt" }
hawkeye-fmt = { version = "5.0.0", path = "fmt" }
snafu = "0.8.2"
toml = "0.8.12"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -33,7 +33,7 @@ inputs:

runs:
using: docker
image: docker://ghcr.io/korandoru/hawkeye:edge
image: docker://ghcr.io/korandoru/hawkeye:v5.0.0
args:
- ${{ inputs.mode }}
- --config
Expand Down

0 comments on commit 7546d07

Please sign in to comment.