Skip to content

Commit

Permalink
Bump version to 6.4.0
Browse files Browse the repository at this point in the history
Update the changelog
  • Loading branch information
grtcdr committed Nov 3, 2024
1 parent fa7a9a9 commit 1e28e96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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 = "macchina"
version = "6.3.1"
version = "6.4.0"
authors = ["Aziz Ben Ali <[email protected]>", "Marvin Haschker <[email protected]>", "Uttarayan Mondal <[email protected]>"]
edition = "2021"
description = "A system information fetcher with an emphasis on performance."
Expand Down

0 comments on commit 1e28e96

Please sign in to comment.