Skip to content

Commit 868e05f

Browse files
committed
release(v0.6.0): add date+version+changes to the changelog
1 parent ed7f6d0 commit 868e05f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [0.6.0] - 2021-05-07
9+
### Changed
10+
- [feat(video-only): add command line parameter `--video-only | -M`](https://github.com/sassman/t-rec-rs/pull/73)
11+
- [refactor(human-readable): time display](https://github.com/sassman/t-rec-rs/pull/72)
12+
- [feat(pre/post-pause): mainly pre-post pause feature](https://github.com/sassman/t-rec-rs/pull/70)
13+
- [chore(ci:release): change machine to ubuntu for fixing the deb build](https://github.com/sassman/t-rec-rs/pull/67)
14+
15+
### Contributors
16+
- [sassman](https://github.com/sassman)
817

918
## [0.5.2] - 2021-05-01
1019
### Changed
@@ -157,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157166

158167
[issue/4]: https://github.com/sassman/t-rec-rs/issues/4
159168

160-
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.5.2...HEAD
169+
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.6.0...HEAD
170+
[0.6.0]: https://github.com/sassman/t-rec-rs/compare/v0.6.0...v0.5.2
161171
[0.5.2]: https://github.com/sassman/t-rec-rs/compare/v0.5.2...v0.5.1
162172
[0.5.1]: https://github.com/sassman/t-rec-rs/compare/v0.5.1...v0.5.0
163173
[0.5.0]: https://github.com/sassman/t-rec-rs/compare/v0.5.0...v0.4.3

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.5.2"
3+
version = "0.6.0"
44
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)