From 9a365ff783c1d485242d37eef6af72bf6cb94540 Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Fri, 2 Aug 2024 19:26:53 +0900 Subject: [PATCH] chore: Release site version 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da15fcf..754bec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "site" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4c1216e..540a831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "site" readme = "README.md" repository = "https://github.com/hayatoito/site" -version = "0.7.0" +version = "0.8.0" [dependencies] anyhow = "1.0.86"