Skip to content

Commit 0e0e1b0

Browse files
chore: release v0.8.0 (#297)
## 🤖 New release * `t-rec`: 0.7.11 -> 0.8.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.7.12](v0.7.11...v0.7.12) - 2025-11-30 ### Added - add interactive prompt for video generation ([#298](#298)) - configurable framerate for smoother animations ([#296](#296)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me> Co-authored-by: 5422m4n-bot[bot] <203366424+5422m4n-bot[bot]@users.noreply.github.com> Co-authored-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent 776d67c commit 0e0e1b0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.0](https://github.com/sassman/t-rec-rs/compare/v0.7.11...v0.8.0) - 2025-11-30
10+
11+
### Added
12+
13+
- add interactive prompt for video generation ([#298](https://github.com/sassman/t-rec-rs/pull/298))
14+
- configurable framerate for smoother animations ([#296](https://github.com/sassman/t-rec-rs/pull/296))
15+
916
## [0.7.11](https://github.com/sassman/t-rec-rs/compare/v0.7.10...v0.7.11) - 2025-11-30
1017

1118
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "t-rec"
3-
version = "0.7.11"
3+
version = "0.8.0"
44
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)