Skip to content

Commit 15c66a9

Browse files
committed
release(0.6.1) version bump, readme, changelog
1 parent f7cdc7e commit 15c66a9

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.1] - 2021-08-30
9+
### Changed
10+
- [chore(deps): bump anyhow from 1.0.42 to 1.0.43](https://github.com/sassman/t-rec-rs/pull/80)
11+
- ["-p" option is not exist](https://github.com/sassman/t-rec-rs/pull/79)
12+
- [chore(deps): bump env_logger from 0.8.3 to 0.9.0](https://github.com/sassman/t-rec-rs/pull/78)
13+
- [chore(deps): bump anyhow from 1.0.40 to 1.0.42](https://github.com/sassman/t-rec-rs/pull/77)
14+
- [chore(deps): bump rayon from 1.5.0 to 1.5.1](https://github.com/sassman/t-rec-rs/pull/75)
15+
16+
### Contributors
17+
- [dependabot[bot]](https://github.com/apps/dependabot)
18+
- [kuy](https://github.com/kuy)
19+
- [sassman](https://github.com/sassman)
20+
821
## [0.6.0] - 2021-05-07
922
### Changed
1023
- [feat(video-only): add command line parameter `--video-only | -M`](https://github.com/sassman/t-rec-rs/pull/73)
@@ -166,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166179

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

169-
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.6.0...HEAD
182+
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.6.1...HEAD
183+
[0.6.1]: https://github.com/sassman/t-rec-rs/compare/v0.6.1...v0.6.0
170184
[0.6.0]: https://github.com/sassman/t-rec-rs/compare/v0.6.0...v0.5.2
171185
[0.5.2]: https://github.com/sassman/t-rec-rs/compare/v0.5.2...v0.5.1
172186
[0.5.1]: https://github.com/sassman/t-rec-rs/compare/v0.5.1...v0.5.0

Cargo.lock

Lines changed: 3 additions & 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.6.0"
3+
version = "0.6.1"
44
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)