From 9344cb208b93624bb241f4e02c093691c965eaad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Thu, 11 Apr 2024 16:01:04 +1200 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 2 ++ CITATION.cff | 4 ++-- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b0985..d9e8b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +## v3.0.0 (2024-04-11) + - Update to nix 0.28. ([#21](https://github.com/watchexec/clearscreen/pull/21), thanks [@charliermarsh](https://github.com/charliermarsh)) - Update to which 6. ([#19](https://github.com/watchexec/clearscreen/pull/19)) - Update MSRV to 1.72. diff --git a/CITATION.cff b/CITATION.cff index 07becc1..609b5d3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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.1" -date-released: 2023-04-04 +version: "3.0.0" +date-released: 2024-04-11 repository-code: https://github.com/watchexec/clearscreen license: Apache-2.0 OR MIT diff --git a/Cargo.toml b/Cargo.toml index c9303ea..79359d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clearscreen" -version = "2.0.1" +version = "3.0.0" authors = ["FĂ©lix Saparelli "] license = "Apache-2.0 OR MIT" diff --git a/README.md b/README.md index 8c67871..8128283 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 = "2.0.1" +clearscreen = "3.0.0" ``` ```rust