Skip to content

Commit

Permalink
chore(release): prepare for pfetch-rs v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobidev committed Jul 7, 2023
1 parent 3d340d1 commit d3a1d12
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.8.0] - 2023-07-07

### Bug Fixes

- Use short forms for colors below 8 (#31)

### Documentation

- Add nixpkgs installation instructions

### Features

- Add support for custom logos at runtime

### Miscellaneous

- Update dependencies

### Refactor

- Outsource pfetch logo parser code to separate crate

## [2.7.0] - 2023-05-22

### 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.7.0"
version = "2.8.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.1.5" }
pfetch-extractor = { path = "./pfetch-extractor", version = "0.2.0" }
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.1.5"
version = "0.2.0"
authors = ["Gobidev"]
edition = "2021"
keywords = ["pfetch"]
Expand Down

0 comments on commit d3a1d12

Please sign in to comment.