From 79a2a78abdbd6fe1b3d7fcf59224abcc7e0491b6 Mon Sep 17 00:00:00 2001 From: uliboooo Date: Thu, 4 Dec 2025 22:36:42 +0900 Subject: [PATCH] build: bump version to 0.18.1 --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b0d4bd..b156d98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ dependencies = [ [[package]] name = "ghost_git_writer" -version = "0.18.0" +version = "0.18.1" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index fc52748..1794c35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "ghost_git_writer" description = "write a git commit message, README or Diff Summary by LLM services." -version = "0.18.0" +version = "0.18.1" repository = "https://github.com/Uliboooo/ghost_git_writer" edition = "2024" license = "MIT OR Apache-2.0" authors = ["Uliboooo uliboulibo@gmail.com"] +homepage = "https://uliboooo.github.io/ghost_git_writer" [[bin]] name = "ggw"