diff --git a/CHANGELOG.md b/CHANGELOG.md index 533c3130..b28ed02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/yykamei/thwack/tree/HEAD) +## [v0.2.1](https://github.com/yykamei/thwack/tree/v0.2.1) (2021-06-29) -[Full Changelog](https://github.com/yykamei/thwack/compare/v0.2.0...HEAD) +[Full Changelog](https://github.com/yykamei/thwack/compare/v0.2.0...v0.2.1) **Fixed bugs:** diff --git a/Cargo.lock b/Cargo.lock index 7518ae02..6830cbe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "thwack" -version = "0.2.0" +version = "0.2.1" dependencies = [ "crossterm", "libc", diff --git a/Cargo.toml b/Cargo.toml index d1132441..a48aed9f 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.0" +version = "0.2.1" [dependencies] crossterm = "0.20.0"