Skip to content

Commit 1ad1c3e

Browse files
committed
release(0.7.4): version bump + changelog
1 parent a5bf10e commit 1ad1c3e

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.7.3...HEAD
8+
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.7.4...HEAD
9+
10+
## [0.7.4] - 2022-07-04
11+
[0.7.4]: https://github.com/sassman/t-rec-rs/compare/v0.7.3...v0.7.4
12+
13+
### Changed
14+
- [chore(deps): bump clap from 3.2.5 to 3.2.8](https://github.com/sassman/t-rec-rs/pull/145)
15+
- [chore(deps): bump anyhow from 1.0.56 to 1.0.58](https://github.com/sassman/t-rec-rs/pull/143)
16+
- [chore(deps): bump clap from 3.1.9 to 3.2.5](https://github.com/sassman/t-rec-rs/pull/142)
17+
- [chore(deps): bump rayon from 1.5.2 to 1.5.3](https://github.com/sassman/t-rec-rs/pull/140)
18+
- [chore(deps): bump log from 0.4.16 to 0.4.17](https://github.com/sassman/t-rec-rs/pull/137)
19+
- [chore(deps): bump image from 0.24.1 to 0.24.2](https://github.com/sassman/t-rec-rs/pull/136)
20+
- [fix: clippy lints with latest rustc](https://github.com/sassman/t-rec-rs/pull/132)
21+
- [chore(deps): bump rayon from 1.5.1 to 1.5.2](https://github.com/sassman/t-rec-rs/pull/131)
22+
- [chore(deps): bump clap from 3.1.8 to 3.1.9](https://github.com/sassman/t-rec-rs/pull/130)
23+
- [chore(deps): bump clap from 3.1.6 to 3.1.8](https://github.com/sassman/t-rec-rs/pull/129)
24+
- [chore(deps): bump log from 0.4.14 to 0.4.16](https://github.com/sassman/t-rec-rs/pull/127)
25+
26+
## Contributors
27+
28+
- [dependabot[bot]](https://github.com/apps/dependabot)
29+
- [sassman](https://github.com/sassman)
930

1031
## [0.7.3] - 2022-03-15
1132
[0.7.3]: https://github.com/sassman/t-rec-rs/compare/v0.7.2...v0.7.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.7.3"
3+
version = "0.7.4"
44
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)