Skip to content

Commit

Permalink
Prepare to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 21, 2024
1 parent 63c0066 commit 43f8dc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "termbg"
version = "0.5.2"
version = "0.6.0"
authors = ["dalance <[email protected]>"]
repository = "https://github.com/dalance/termbg"
keywords = ["console", "terminal", "cli"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43f8dc8

Please sign in to comment.