From e02912f4a42e1fd5af6fe9b8b459bd2a350fa2a5 Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Thu, 1 Aug 2024 17:20:10 +0900 Subject: [PATCH] chore: Release site version 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3404e53..22202a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "site" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2844a62..1796655 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.6.0" +version = "0.7.0" [dependencies] anyhow = "1.0.86"