Skip to content

Commit 91dac68

Browse files
committed
release(0.7.1): version bump + changelog
1 parent da270dc commit 91dac68

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
@@ -7,8 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.7.0...HEAD
99

10+
## [0.7.1] - 2022-02-12
11+
[0.7.1]: https://github.com/sassman/t-rec-rs/compare/v0.7.0...v0.7.1
12+
13+
### Changed
14+
- [feat(#105): add support configuring output](https://github.com/sassman/t-rec-rs/pull/107)
15+
- [feat(#100): dedicating an own cli argument for external window recording](https://github.com/sassman/t-rec-rs/pull/102)
16+
- [fix(#103): fix release binaries for linux](https://github.com/sassman/t-rec-rs/pull/106)
17+
- [chore(deps): bump image from 0.23.14 to 0.24.0](https://github.com/sassman/t-rec-rs/pull/108)
18+
- [chore(deps): bump dependencies + clap3 migration](https://github.com/sassman/t-rec-rs/pull/101)
19+
20+
## Contributors
21+
- [sassman](https://github.com/sassman)
22+
1023
## [0.7.0] - 2022-02-03
11-
[0.7.0]: https://github.com/sassman/t-rec-rs/compare/v0.7.0...v0.6.2
24+
[0.7.0]: https://github.com/sassman/t-rec-rs/compare/v0.6.2...v0.7.0
1225

1326
### Changed
1427
- [feat(#100): dedicating an own cli argument for external window recording](https://github.com/sassman/t-rec-rs/pull/102)

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.7.0"
3+
version = "0.7.1"
44
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)