Skip to content

Commit aa5bd74

Browse files
committed
Prepare to v0.4.2
1 parent 98176d6 commit aa5bd74

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/dalance/termbg/compare/v0.4.1...Unreleased) - ReleaseDate
3+
## [Unreleased](https://github.com/dalance/termbg/compare/v0.4.2...Unreleased) - ReleaseDate
4+
5+
## [v0.4.2](https://github.com/dalance/termbg/compare/v0.4.1...v0.4.2) - 2023-03-02
46

57
## [v0.4.1](https://github.com/dalance/termbg/compare/v0.4.0...v0.4.1) - 2022-05-25
68

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "termbg"
3-
version = "0.4.2-pre"
3+
version = "0.4.2"
44
authors = ["dalance <dalance@gmail.com>"]
55
repository = "https://github.com/dalance/termbg"
66
keywords = ["console", "terminal", "cli"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you check other terminals, please report through [issue](https://github.com/d
4646

4747
```Cargo.toml
4848
[dependencies]
49-
termbg = "0.4.1"
49+
termbg = "0.4.2"
5050
```
5151

5252
## Example

0 commit comments

Comments
 (0)