Skip to content

Commit

Permalink
chore(release): prepare for pfetch-rs v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobidev committed Jun 29, 2024
1 parent 3852fea commit 8424315
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.10.0] - 2024-06-29

### Bug Fixes

- Improve uptime calculation
- Change primary text color for the GNU Hurd logo (#55)

### Features

- Add CachyOS logo (#56)
- Use faster method for nix package count (#57)

### Miscellaneous

- Update the license year (#53)
- Update dependencies

## [2.9.2] - 2024-06-03

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.9.2"
version = "2.10.0"
edition = "2021"
authors = ["Gobidev"]
description = "A rewrite of the pfetch system information tool"
Expand All @@ -16,7 +16,7 @@ categories = ["command-line-utilities"]

[dependencies]
pfetch-logo-parser = { path = "./pfetch-logo-parser", version = "0.1.0" }
pfetch-extractor = { path = "./pfetch-extractor", version = "0.2.0" }
pfetch-extractor = { path = "./pfetch-extractor", version = "0.2.2" }
globset = "0.4.10"
dotenvy = "0.15.6"
glob = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion 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.1"
version = "0.2.2"
authors = ["Gobidev"]
edition = "2021"
keywords = ["pfetch"]
Expand Down

0 comments on commit 8424315

Please sign in to comment.