From 9b352ceacef056b921db6f3d46cfcd1a872c6f65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:47:02 +0000 Subject: [PATCH] chore: release v0.7.9 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bc1ba..5ab5c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.9](https://github.com/sassman/t-rec-rs/compare/v0.7.8...v0.7.9) - 2025-01-20 + +### Other + +- update Cargo.lock dependencies + ## [0.7.8](https://github.com/sassman/t-rec-rs/compare/v0.7.7...v0.7.8) - 2025-01-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index 503f1c1..3585acf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "t-rec" -version = "0.7.8" +version = "0.7.9" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f9958c4..8141f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "t-rec" -version = "0.7.8" +version = "0.7.9" authors = ["Sven Kanoldt "] edition = "2018" license = "GPL-3.0-only"