Skip to content

Commit fcc4d31

Browse files
committed
release(v0.4.3): buming crate version and finalize CHANGELOG
1 parent b4644c7 commit fcc4d31

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ 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+
9+
## [0.4.3] - 2021-01-05
810
### Added
9-
- Quiet (-q|--quiet) mode to suppress Ctrl+D banner: 'Press Ctrl+D to end recording' [pull/39]
11+
- Quiet (-q|--quiet) mode to suppress Ctrl+D banner: 'Press Ctrl+D to end recording' [pull/39](https://github.com/sassman/t-rec-rs/pull/39), thanks to [@Daviey](https://github.com/Daviey)
1012

1113
## [0.4.2] - 2021-01-04
1214
### Added

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

0 commit comments

Comments
 (0)