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"