From a68204b666e7ed06d9b4d201936b97a7cc1c6ba9 Mon Sep 17 00:00:00 2001 From: "5422m4n-bot[bot]" <203366424+5422m4n-bot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 12:40:10 +0000 Subject: [PATCH] chore: release v0.7.10 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc973b..8a30538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.10](https://github.com/sassman/t-rec-rs/compare/v0.7.9...v0.7.10) - 2025-03-29 + +### Other + +- *(deps)* bump clap from 4.5.31 to 4.5.32 ([#245](https://github.com/sassman/t-rec-rs/pull/245)) +- *(deps)* bump tempfile from 3.18.0 to 3.19.1 ([#246](https://github.com/sassman/t-rec-rs/pull/246)) + ## [0.7.9](https://github.com/sassman/t-rec-rs/compare/v0.7.8...v0.7.9) - 2025-03-15 ### Other diff --git a/Cargo.lock b/Cargo.lock index b56c157..57b49fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "t-rec" -version = "0.7.9" +version = "0.7.10" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 16c44d9..2a07212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "t-rec" -version = "0.7.9" +version = "0.7.10" authors = ["Sven Kanoldt "] edition = "2018" license = "GPL-3.0-only"