File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
21
## [ 0.5.1] - 2021-04-03
10
22
### Changed
11
23
- [ 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
145
157
146
158
[ issue/4 ] : https://github.com/sassman/t-rec-rs/issues/4
147
159
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
149
162
[ 0.5.1 ] : https://github.com/sassman/t-rec-rs/compare/v0.5.1...v0.5.0
150
163
[ 0.5.0 ] : https://github.com/sassman/t-rec-rs/compare/v0.5.0...v0.4.3
151
164
[ 0.4.3 ] : https://github.com/sassman/t-rec-rs/compare/v0.4.2...v0.4.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " t-rec"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [" Sven Assmann <sven.assmann.it@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " GPL-3.0-only"
You can’t perform that action at this time.
0 commit comments