From adf71e1f9dfb076da7975e55cc1a69ea2114abfb Mon Sep 17 00:00:00 2001 From: Sven Assmann Date: Sat, 1 May 2021 16:51:27 +0200 Subject: [PATCH] chore(release): prepare v0.5.2 --- CHANGELOG.md | 15 ++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786e516..517670a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2] - 2021-05-01 +### Changed +- [chore(ci:release): change machine to ubuntu for fixing the deb build](https://github.com/sassman/t-rec-rs/pull/67) +- [fix(WINDOWID): handle a missing window id graceful see #65](https://github.com/sassman/t-rec-rs/pull/66) +- [Upgrade to GitHub-native Dependabot](https://github.com/sassman/t-rec-rs/pull/64) +- [README: add Macports install instructions](https://github.com/sassman/t-rec-rs/pull/63) + +### Contributors +- [dependabot-preview[bot]](https://github.com/apps/dependabot-preview) +- [herbygillot](https://github.com/herbygillot) +- [sassman](https://github.com/sassman) + ## [0.5.1] - 2021-04-03 ### Changed - [chore(deps): bump anyhow from 1.0.39 to 1.0.40](https://github.com/sassman/t-rec-rs/pull/60) @@ -145,7 +157,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.5.1...HEAD +[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.5.2...HEAD +[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 [0.5.0]: https://github.com/sassman/t-rec-rs/compare/v0.5.0...v0.4.3 [0.4.3]: https://github.com/sassman/t-rec-rs/compare/v0.4.2...v0.4.3 diff --git a/Cargo.lock b/Cargo.lock index d4dd0bb..3552bc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "t-rec" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 360592f..3063da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "t-rec" -version = "0.5.1" +version = "0.5.2" authors = ["Sven Assmann "] edition = "2018" license = "GPL-3.0-only"