Skip to content

Commit f4861f5

Browse files
authored
release(0.7.2): version bump + changelog (#122)
1 parent 1664cc1 commit f4861f5

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ 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.0...HEAD
8+
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.7.2...HEAD
9+
10+
## [0.7.2] - 2022-03-02
11+
[0.7.2]: https://github.com/sassman/t-rec-rs/compare/v0.7.1...v0.7.2
12+
13+
### Changed
14+
- [chore(deps): bump clap from 3.0.14 to 3.1.3](https://github.com/sassman/t-rec-rs/pull/121)
15+
- [chore(deps): bump image from 0.24.0 to 0.24.1](https://github.com/sassman/t-rec-rs/pull/114)
16+
- [fix(clippy): fix enum variant names lint](https://github.com/sassman/t-rec-rs/pull/119)
17+
- [fix(ci): release-binary-assets.yml](https://github.com/sassman/t-rec-rs/pull/111)
18+
19+
### Contributors
20+
- [dependabot[bot]](https://github.com/apps/dependabot)
21+
- [sassman](https://github.com/sassman)
922

1023
## [0.7.1] - 2022-02-12
1124
[0.7.1]: https://github.com/sassman/t-rec-rs/compare/v0.7.0...v0.7.1
@@ -18,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1831
- [chore(deps): bump image from 0.23.14 to 0.24.0](https://github.com/sassman/t-rec-rs/pull/108)
1932
- [chore(deps): bump dependencies + clap3 migration](https://github.com/sassman/t-rec-rs/pull/101)
2033

21-
## Contributors
34+
### Contributors
2235
- [sassman](https://github.com/sassman)
2336

2437
## [0.7.0] - 2022-02-03

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

0 commit comments

Comments
 (0)