From 1e28e96fd75c86c1846921ed92b64fbe0bba6fa5 Mon Sep 17 00:00:00 2001 From: grtcdr Date: Sun, 3 Nov 2024 15:43:32 +0100 Subject: [PATCH] Bump version to 6.4.0 Update the changelog --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c8f57..f0f6fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## `6.4.0` + +Orhun Parmaksız: +- Bump `ansi-to-tui` to its latest version +- Replace dependency on `color-to-tui` by enabling the `serde` feature from the `ratatui` crate +- Revert the vendoring model introduced in version `6.3.0` (#334) + +Apologies to any package maintainer that has to undo their changes, the vendoring fix should've been addressed more appropriately in the first place. + ## `6.3.1` grtcdr: diff --git a/Cargo.lock b/Cargo.lock index 2cb855e..8b5acd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -916,7 +916,7 @@ dependencies = [ [[package]] name = "macchina" -version = "6.3.1" +version = "6.4.0" dependencies = [ "ansi-to-tui", "atty", diff --git a/Cargo.toml b/Cargo.toml index 410a4de..c229389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macchina" -version = "6.3.1" +version = "6.4.0" authors = ["Aziz Ben Ali ", "Marvin Haschker ", "Uttarayan Mondal "] edition = "2021" description = "A system information fetcher with an emphasis on performance."