Skip to content

Commit 9718d54

Browse files
chore: release v0.7.7 (#215)
* chore: release v0.7.7 * remove the problematic unreleased section --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent ed06595 commit 9718d54

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.7.6...HEAD
8+
9+
## [0.7.7](https://github.com/sassman/t-rec-rs/compare/v0.7.6...v0.7.7) - 2025-01-11
10+
11+
### Fixed
12+
13+
- When used with `--quiet`, don't print a blank line on startup. (#210)
14+
15+
### Other
16+
17+
- update dependencies + minor changes (#212)
18+
- Update help output (#209)
919

1020
## [0.7.6] - 2023-01-21
1121
[0.7.6]: https://github.com/sassman/t-rec-rs/compare/v0.7.5...v0.7.6

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "t-rec"
3-
version = "0.7.6"
3+
version = "0.7.7"
44
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
55
edition = "2018"
66
license = "GPL-3.0-only"
@@ -72,4 +72,4 @@ presentations)
7272

7373
[package.metadata.rpm.targets]
7474
buildflags = ["--release"]
75-
t-rec = { path = "/usr/bin/t-rec" }
75+
t-rec = { path = "/usr/bin/t-rec" }

0 commit comments

Comments
 (0)