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"