Skip to content

Commit

Permalink
chore: release v0.7.8 (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 15, 2025
1 parent 3ad8bd6 commit 1d70070
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.8](https://github.com/sassman/t-rec-rs/compare/v0.7.7...v0.7.8) - 2025-01-14

### Added

- implement alphabetically sorted window list (see #221) (#223)
- cmd line argument alias `--ls` for `--ls-win` (see #220) (#222)

### Other

- *(deps)* bump anyhow from 1.0.68 to 1.0.95 (#217)
- *(deps)* bump tempfile from 3.3.0 to 3.15.0 (#218)
- *(deps)* bump simplerand from 1.3.0 to 1.5.1 (#216)

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

### Fixed
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.

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

0 comments on commit 1d70070

Please sign in to comment.