From e6e127a36a1e3bc70f56b991347c713f184d1da0 Mon Sep 17 00:00:00 2001 From: vanya909 Date: Mon, 2 Dec 2024 23:12:16 +0700 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53baf38..7a9e5d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "pyrust_task_id" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "log", diff --git a/Cargo.toml b/Cargo.toml index 6974484..ff869b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyrust_task_id" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 97c1645..ce06514 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ to provide the task `TASK-111` into commit message.
Then you can just use thi First, just add hook into `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/vanya909/pyrust-task-id-pre-commit - rev: 0.1.0 + rev: 0.1.2 hooks: - id: pyrust-task-id stages: [commit-msg]