Skip to content

Commit

Permalink
chore: release v0.7.7 (#215)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
github-actions[bot] and sassman authored Jan 11, 2025
1 parent ed06595 commit 9718d54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.7.6...HEAD

## [0.7.7](https://github.com/sassman/t-rec-rs/compare/v0.7.6...v0.7.7) - 2025-01-11

### Fixed

- When used with `--quiet`, don't print a blank line on startup. (#210)

### Other

- update dependencies + minor changes (#212)
- Update help output (#209)

## [0.7.6] - 2023-01-21
[0.7.6]: https://github.com/sassman/t-rec-rs/compare/v0.7.5...v0.7.6
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "t-rec"
version = "0.7.6"
version = "0.7.7"
authors = ["Sven Kanoldt <[email protected]>"]
edition = "2018"
license = "GPL-3.0-only"
Expand Down Expand Up @@ -72,4 +72,4 @@ presentations)

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

0 comments on commit 9718d54

Please sign in to comment.