From e3e0287a6d03efe39fb32ba5cedf16e0459a063b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 10 Jul 2021 12:50:42 +0000 Subject: [PATCH] Bump to 0.2.2 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c8fb32..bde33fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/yykamei/thwack/tree/HEAD) +## [v0.2.2](https://github.com/yykamei/thwack/tree/v0.2.2) (2021-07-10) -[Full Changelog](https://github.com/yykamei/thwack/compare/v0.2.1...HEAD) +[Full Changelog](https://github.com/yykamei/thwack/compare/v0.2.1...v0.2.2) **Fixed bugs:** diff --git a/Cargo.lock b/Cargo.lock index 1647164c..35afeb84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "thwack" -version = "0.2.1" +version = "0.2.2" dependencies = [ "crossterm", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2fcac2f2..8770d14b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/yykamei/thwack" license = "MIT OR Apache-2.0" categories = ["command-line-utilities"] edition = "2018" -version = "0.2.1" +version = "0.2.2" [dependencies] crossterm = "0.20.0"