Skip to content

Commit

Permalink
chore(release): prepare for pfetch-rs v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobidev committed Aug 2, 2024
1 parent aa20ed1 commit 912ba30
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.11.0] - 2024-08-02

### Bug Fixes

- Fix `PF_COLOR=0` stripping too much

### Features

- Update EndeavourOS logo (#59)

### Miscellaneous

- Update dependencies

## [2.10.0] - 2024-06-29

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["pfetch-extractor", "pfetch-logo-parser"]

[package]
name = "pfetch"
version = "2.10.0"
version = "2.11.0"
edition = "2021"
authors = ["Gobidev"]
description = "A rewrite of the pfetch system information tool"
Expand All @@ -15,8 +15,8 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pfetch-logo-parser = { path = "./pfetch-logo-parser", version = "0.1.0" }
pfetch-extractor = { path = "./pfetch-extractor", version = "0.2.2" }
pfetch-logo-parser = { path = "./pfetch-logo-parser", version = "0.1.1" }
pfetch-extractor = { path = "./pfetch-extractor", version = "0.2.3" }
globset = "0.4.10"
dotenvy = "0.15.6"
glob = "0.3.1"
Expand Down
4 changes: 2 additions & 2 deletions pfetch-extractor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pfetch-extractor"
version = "0.2.2"
version = "0.2.3"
authors = ["Gobidev"]
edition = "2021"
keywords = ["pfetch"]
Expand All @@ -13,6 +13,6 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pfetch-logo-parser = { version = "0.1.0", path = "../pfetch-logo-parser", features = ["proc-macro"] }
pfetch-logo-parser = { version = "0.1.1", path = "../pfetch-logo-parser", features = ["proc-macro"] }
proc-macro2 = "1.0.50"
quote = "1.0.23"
2 changes: 1 addition & 1 deletion pfetch-logo-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pfetch-logo-parser"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Gobidev"]
license = "MIT"
Expand Down

0 comments on commit 912ba30

Please sign in to comment.