Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Apr 4, 2023
1 parent 7507d59 commit 1febc51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next (YYYY-MM-DD)

## v2.0.1 (2023-04-04)

## v2.0.0 (2022-12-28)

- Don't use BORS.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: |
If you use this software, please cite it using these metadata.
title: "ClearScreen: a library to clear terminal screens and a research dataset on screen clearing behaviour in terminal emulators"

version: "2.0.0"
date-released: 2022-12-28
version: "2.0.1"
date-released: 2023-04-04

repository-code: https://github.com/watchexec/clearscreen
license: Apache-2.0 OR MIT
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 = "clearscreen"
version = "2.0.0"
version = "2.0.1"

authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See my research notes in the [TERMINALS.md](./TERMINALS.md) file.

```toml
[dependencies]
clearscreen = "2.0.0"
clearscreen = "2.0.1"
```

```rust
Expand Down

0 comments on commit 1febc51

Please sign in to comment.