From 7546d07c2f97104882d6db817835258f09df5605 Mon Sep 17 00:00:00 2001 From: tison Date: Sun, 24 Mar 2024 09:30:25 +0800 Subject: [PATCH] chore: release v5.0.0 Signed-off-by: tison --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- action.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95bbb9a..ff2a69c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "hawkeye" -version = "5.0.0-alpha.5" +version = "5.0.0" dependencies = [ "clap", "hawkeye-fmt", @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "hawkeye-fmt" -version = "5.0.0-alpha.5" +version = "5.0.0" dependencies = [ "git2", "ignore", diff --git a/Cargo.toml b/Cargo.toml index 1be12db..e132aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ resolver = "2" [workspace.package] -version = "5.0.0-alpha.5" +version = "5.0.0" edition = "2021" authors = ["tison "] readme = "README.md" @@ -28,7 +28,7 @@ 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" diff --git a/action.yml b/action.yml index 1a99178..d4a5115 100644 --- a/action.yml +++ b/action.yml @@ -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