diff --git a/CHANGELOG.md b/CHANGELOG.md index 3934e96..7cc4b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +## v2.0.0 (2022-12-28) + - Don't use BORS. - Update dependencies. - Update to nix 0.26. diff --git a/CITATION.cff b/CITATION.cff index 2ceca37..db5289d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ message: If you use this software, please cite it using these metadata. title: ClearScreen version: 1.0.6 -date-released: 2022-06-01 +date-released: 2022-12-28 repository-code: https://github.com/watchexec/clearscreen license: Apache-2.0 OR MIT diff --git a/Cargo.toml b/Cargo.toml index ec59b46..a06db22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clearscreen" -version = "1.0.10" +version = "2.0.0" authors = ["FĂ©lix Saparelli "] license = "Apache-2.0 OR MIT" diff --git a/README.md b/README.md index 6b2c4fe..5bbd24e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ See my research notes in the [TERMINALS.md](./TERMINALS.md) file. ```toml [dependencies] -clearscreen = "1.0.10" +clearscreen = "2.0.0" ``` ```rust