diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dd1e1..4d62f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/termbg/compare/v0.5.2...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/termbg/compare/v0.6.0...Unreleased) - ReleaseDate + +## [v0.6.0](https://github.com/dalance/termbg/compare/v0.5.2...v0.6.0) - 2024-10-21 * [Fixed] Stdin is blocked [#29](https://github.com/dalance/termbg/pull/29) diff --git a/Cargo.toml b/Cargo.toml index b82676d..4ba973a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termbg" -version = "0.5.2" +version = "0.6.0" authors = ["dalance "] repository = "https://github.com/dalance/termbg" keywords = ["console", "terminal", "cli"] diff --git a/README.md b/README.md index 31e6bb8..befb054 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If you check other terminals, please report through [issue](https://github.com/d ```Cargo.toml [dependencies] -termbg = "0.5.2" +termbg = "0.6.0" ``` ## Example