Skip to content

Commit 6f419ef

Browse files
committed
chore(deps): update dependencies + prep next minor version
1 parent ca762b2 commit 6f419ef

File tree

4 files changed

+29
-22
lines changed

4 files changed

+29
-22
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## 🎯 [Unreleased]
88

9+
## [0.3.1] - 2020-12-18
10+
### Added
11+
- Readme badge for dependencies and latest version on crates.io
12+
### Fixed
13+
- updated dependencies
14+
915
## [0.3.0] - 2020-12-07
1016
### Added
1117
- command line parameter `-d` or `--decor` that allows to turn on and off effects [issues/18] / [pull/19]

Cargo.lock

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "t-rec"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
55
edition = "2018"
66
license = "GPL-3.0-only"
@@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }
1818

1919
[dependencies]
2020
clap = "2.33"
21-
image = "0.23"
21+
image = "0.23.12"
2222
anyhow = "1.0"
2323
tempfile = "3.1"
2424

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Terminal Recorder - t-rec
22

33
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
4+
[![crates.io](https://img.shields.io/crates/v/t-rec.svg)](https://crates.io/crates/t-rec)
5+
[![dependency status](https://deps.rs/repo/github/sassman/t-rec-rs/status.svg)](https://deps.rs/repo/github/sassman/t-rec-rs)
46
[![Build Status](https://github.com/sassman/t-rec-rs/workflows/Build/badge.svg)](https://github.com/sassman/t-rec-rs/actions?query=branch%3Amain+workflow%3ABuild+)
57
[![LOC](https://tokei.rs/b1/github/sassman/t-rec-rs?category=code)](https://github.com/Aaronepower/tokei)
68

0 commit comments

Comments
 (0)