From 39536e7628b0d3b4b4909cd94daf31ca4aa3b127 Mon Sep 17 00:00:00 2001 From: Timon Burkard Date: Tue, 20 Jan 2026 23:16:09 +0100 Subject: [PATCH] [release] v0.7.2 Signed-off-by: Timon Burkard --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc89a0..e9734ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v0.7.2] - 2026-01-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 22991fa..d76b492 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "git-issue" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anstyle", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 966bca1..a769a11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-issue" -version = "0.7.1" +version = "0.7.2" edition = "2024" rust-version = "1.88" description = "Git-native issue tracker"