Skip to content

Commit adf71e1

Browse files
committed
chore(release): prepare v0.5.2
1 parent 2de9a66 commit adf71e1

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.2] - 2021-05-01
10+
### Changed
11+
- [chore(ci:release): change machine to ubuntu for fixing the deb build](https://github.com/sassman/t-rec-rs/pull/67)
12+
- [fix(WINDOWID): handle a missing window id graceful see #65](https://github.com/sassman/t-rec-rs/pull/66)
13+
- [Upgrade to GitHub-native Dependabot](https://github.com/sassman/t-rec-rs/pull/64)
14+
- [README: add Macports install instructions](https://github.com/sassman/t-rec-rs/pull/63)
15+
16+
### Contributors
17+
- [dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
18+
- [herbygillot](https://github.com/herbygillot)
19+
- [sassman](https://github.com/sassman)
20+
921
## [0.5.1] - 2021-04-03
1022
### Changed
1123
- [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
145157

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

148-
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.5.1...HEAD
160+
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.5.2...HEAD
161+
[0.5.2]: https://github.com/sassman/t-rec-rs/compare/v0.5.2...v0.5.1
149162
[0.5.1]: https://github.com/sassman/t-rec-rs/compare/v0.5.1...v0.5.0
150163
[0.5.0]: https://github.com/sassman/t-rec-rs/compare/v0.5.0...v0.4.3
151164
[0.4.3]: https://github.com/sassman/t-rec-rs/compare/v0.4.2...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.1"
3+
version = "0.5.2"
44
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)