chore(release): prepare for pfetch-rs v2.4.0

This commit is contained in:
Adrian Groh 2023-03-24 19:08:29 +01:00
parent 6d64176e6f
commit c2cfea0a06
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
4 changed files with 26 additions and 5 deletions

View File

@ -1,5 +1,26 @@
# Changelog
## [2.4.0] - 2023-03-24
### Documentation
- Update benchmark table content in README
- Add homebrew installation instructions (#20)
### Features
- Add SteamOS logo
- Add Vanilla OS logo (#22)
- Finish FreeBSD and Android support (libmacchina 6.4.0)
### Miscellaneous
- Update dependencies
### Ci
- Add more targets to the check workflow
## [2.3.0] - 2023-03-16
### Bug Fixes

4
Cargo.lock generated
View File

@ -793,7 +793,7 @@ dependencies = [
[[package]]
name = "pfetch"
version = "2.3.0"
version = "2.4.0"
dependencies = [
"crossterm",
"dotenvy",
@ -806,7 +806,7 @@ dependencies = [
[[package]]
name = "pfetch-extractor"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"proc-macro2",
"quote",

View File

@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
[package]
name = "pfetch"
version = "2.3.0"
version = "2.4.0"
edition = "2021"
authors = ["Gobidev"]
description = "A rewrite of the pfetch system information tool"
@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.2" }
pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.3" }
globset = "0.4.10"
dotenvy = "0.15.6"
glob = "0.3.1"

View File

@ -1,6 +1,6 @@
[package]
name = "pfetch-extractor"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Gobidev"]
description = "A rust proc-macro to extract pfetch logos at compile time"