From 897d8fe88899a5997508684fc2a97e041d8704d9 Mon Sep 17 00:00:00 2001 From: j178 <10510431+j178@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:17:46 +0800 Subject: [PATCH] Bump to 0.0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fba95ec..1829601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,7 +1535,7 @@ dependencies = [ [[package]] name = "prefligit" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anstream", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 64bf121..0b83fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prefligit" -version = "0.0.5" +version = "0.0.6" authors = ["j178 "] description = "pre-commit implemeneted in Rust" repository = "https://github.com/j178/prefligit" diff --git a/pyproject.toml b/pyproject.toml index 997c311..16f9827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "prefligit" -version = "0.0.5" +version = "0.0.6" description = "pre-commit reimplemented in Rust" authors = [{ name = "j178", email = "hi@j178.dev" }] requires-python = ">=3.8"