From 15c66a9a96bfe39205a6f5de12b8ac0b55cfe47f Mon Sep 17 00:00:00 2001 From: Sven Assmann Date: Mon, 30 Aug 2021 23:33:40 +0200 Subject: [PATCH] release(0.6.1) version bump, readme, changelog --- CHANGELOG.md | 16 +++++++++++++++- Cargo.lock | 4 +++- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df67f48..93797e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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] +## [0.6.1] - 2021-08-30 +### Changed +- [chore(deps): bump anyhow from 1.0.42 to 1.0.43](https://github.com/sassman/t-rec-rs/pull/80) +- ["-p" option is not exist](https://github.com/sassman/t-rec-rs/pull/79) +- [chore(deps): bump env_logger from 0.8.3 to 0.9.0](https://github.com/sassman/t-rec-rs/pull/78) +- [chore(deps): bump anyhow from 1.0.40 to 1.0.42](https://github.com/sassman/t-rec-rs/pull/77) +- [chore(deps): bump rayon from 1.5.0 to 1.5.1](https://github.com/sassman/t-rec-rs/pull/75) + +### Contributors +- [dependabot[bot]](https://github.com/apps/dependabot) +- [kuy](https://github.com/kuy) +- [sassman](https://github.com/sassman) + ## [0.6.0] - 2021-05-07 ### Changed - [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 [issue/4]: https://github.com/sassman/t-rec-rs/issues/4 -[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.6.1...HEAD +[0.6.1]: https://github.com/sassman/t-rec-rs/compare/v0.6.1...v0.6.0 [0.6.0]: https://github.com/sassman/t-rec-rs/compare/v0.6.0...v0.5.2 [0.5.2]: https://github.com/sassman/t-rec-rs/compare/v0.5.2...v0.5.1 [0.5.1]: https://github.com/sassman/t-rec-rs/compare/v0.5.1...v0.5.0 diff --git a/Cargo.lock b/Cargo.lock index 20dc578..481bb6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "adler" version = "1.0.2" @@ -632,7 +634,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "t-rec" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ea6f356..a66786b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "t-rec" -version = "0.6.0" +version = "0.6.1" authors = ["Sven Assmann "] edition = "2018" license = "GPL-3.0-only"