diff --git a/CHANGELOG.md b/CHANGELOG.md index 3030cb6..ab601a7 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.8.3](https://github.com/sassman/t-rec-rs/compare/v0.8.2...v0.8.3) - 2025-12-27 + +### Other + +- *(deps)* bump toml from 0.9.8 to 0.9.10+spec-1.1.0 ([#315](https://github.com/sassman/t-rec-rs/pull/315)) +- introduce a new logo, but backup the old one + ## [0.8.2](https://github.com/sassman/t-rec-rs/compare/v0.8.1...v0.8.2) - 2025-12-19 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1754fa1..7aaa5da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -813,7 +813,7 @@ dependencies = [ [[package]] name = "t-rec" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 79a6215..02a14ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "t-rec" -version = "0.8.2" +version = "0.8.3" authors = ["Sven Kanoldt "] edition = "2018" license = "GPL-3.0-only"