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"