Skip to content

Commit d3a1d12

Browse files
committed
chore(release): prepare for pfetch-rs v2.8.0
1 parent 3d340d1 commit d3a1d12

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.8.0] - 2023-07-07
4+
5+
### Bug Fixes
6+
7+
- Use short forms for colors below 8 (#31)
8+
9+
### Documentation
10+
11+
- Add nixpkgs installation instructions
12+
13+
### Features
14+
15+
- Add support for custom logos at runtime
16+
17+
### Miscellaneous
18+
19+
- Update dependencies
20+
21+
### Refactor
22+
23+
- Outsource pfetch logo parser code to separate crate
24+
325
## [2.7.0] - 2023-05-22
426

527
### Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["pfetch-extractor", "pfetch-logo-parser"]
33

44
[package]
55
name = "pfetch"
6-
version = "2.7.0"
6+
version = "2.8.0"
77
edition = "2021"
88
authors = ["Gobidev"]
99
description = "A rewrite of the pfetch system information tool"
@@ -16,7 +16,7 @@ categories = ["command-line-utilities"]
1616

1717
[dependencies]
1818
pfetch-logo-parser = { path = "./pfetch-logo-parser", version = "0.1.0" }
19-
pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.5" }
19+
pfetch-extractor = { path = "./pfetch-extractor", version = "0.2.0" }
2020
globset = "0.4.10"
2121
dotenvy = "0.15.6"
2222
glob = "0.3.1"

pfetch-extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pfetch-extractor"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
authors = ["Gobidev"]
55
edition = "2021"
66
keywords = ["pfetch"]

0 commit comments

Comments
 (0)