chore(release): prepare for pfetch-rs v2.4.0
This commit is contained in:
parent
6d64176e6f
commit
c2cfea0a06
21
CHANGELOG.md
21
CHANGELOG.md
@ -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
4
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user