Skip to content

Commit

Permalink
release: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Jan 1, 2025
1 parent 165fe96 commit 17042f8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## [v4.0.0] (2025-01-01)

- **Deps:** Update which to 7.0.0 (#25) - ([207b3a4](https://github.com/watchexec/clearscreen/commit/207b3a4fdf7109faefc699250fb710dcfda18b83))
- **Deps:** Add lockfile to git - ([64180fe](https://github.com/watchexec/clearscreen/commit/64180fe2d7db612633a77337159b020fbac93e68))
- **Deps:** Upgrade thiserror to 2.0.9 - ([2b4b16f](https://github.com/watchexec/clearscreen/commit/2b4b16f6d18fefc2324a36dc4f005c84b5245684))
- **Deps:** Upgrade nix to 0.29.0 - ([556fd47](https://github.com/watchexec/clearscreen/commit/556fd4719a527fac463b6d70ea0539ff72bb0f93))
- **Documentation:** Update wezterm information - ([dd1430a](https://github.com/watchexec/clearscreen/commit/dd1430a5f8d106f4e9d5951e7c1358202c0994d2))
- **Feature:** Support wezterm (#23) - ([4225aae](https://github.com/watchexec/clearscreen/commit/4225aae53a68720072bcaa76edb1e00362684218))
- **Feature:** Decouple public API from dependencies - ([165fe96](https://github.com/watchexec/clearscreen/commit/165fe96b0f6a918d093001b827517c0e65c5dace))
- **Repo:** Replace custom script with cargo-release - ([8835973](https://github.com/watchexec/clearscreen/commit/8835973168a3c422afbcde4f39e1b60b3a87c795))
- **Repo:** Use cliff for changelog - ([0d4fe66](https://github.com/watchexec/clearscreen/commit/0d4fe669f7f4625ea86414d8d18aeab3e3c70fc8))

## 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))
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: "3.0.0"
date-released: 2024-04-11
version: "4.0.0"
date-released: 2025-01-01

repository-code: https://github.com/watchexec/clearscreen
license: Apache-2.0 OR MIT
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "3.0.0"
version = "4.0.0"

authors = ["Félix Saparelli <[email protected]>"]
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 = "3.0.0"
clearscreen = "4.0.0"
```

```rust
Expand Down

0 comments on commit 17042f8

Please sign in to comment.