Skip to content

Commit b26a853

Browse files
committed
release(0.7.3): version bump + changelog
1 parent 5aa6d28 commit b26a853

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
@@ -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.2...HEAD
8+
[Unreleased]: https://github.com/sassman/t-rec-rs/compare/v0.7.3...HEAD
9+
10+
## [0.7.3] - 2022-03-15
11+
[0.7.3]: https://github.com/sassman/t-rec-rs/compare/v0.7.2...v0.7.3
12+
13+
### Changed
14+
- [chore(deps): bump clap from 3.1.3 to 3.1.5](https://github.com/sassman/t-rec-rs/pull/124)
15+
- [chore(deps): bump clap from 3.1.5 to 3.1.6](https://github.com/sassman/t-rec-rs/pull/126)
16+
- [chore(deps): bump anyhow from 1.0.55 to 1.0.56](https://github.com/sassman/t-rec-rs/pull/125)
17+
- [fix(ci): fix undefined variables on release asset builds](https://github.com/sassman/t-rec-rs/pull/123)
18+
19+
## Contributors
20+
- [dependabot[bot]](https://github.com/apps/dependabot)
21+
- [sassman](https://github.com/sassman)
922

1023
## [0.7.2] - 2022-03-02
1124
[0.7.2]: https://github.com/sassman/t-rec-rs/compare/v0.7.1...v0.7.2

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

0 commit comments

Comments
 (0)