Skip to content

Commit 280ed71

Browse files
committed
chore(release): prepare for pfetch-rs v2.7.0
1 parent 019f76e commit 280ed71

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

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

3+
## [2.7.0] - 2023-05-22
4+
5+
### Features
6+
7+
- Add cpu name info option
8+
- Add Oracle Linux logo
9+
10+
### Miscellaneous
11+
12+
- Update dependencies
13+
14+
### Refactor
15+
16+
- Simplify code with `.ok()`
17+
318
## [2.6.1] - 2023-05-16
419

520
### Miscellaneous

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"]
33

44
[package]
55
name = "pfetch"
6-
version = "2.6.1"
6+
version = "2.7.0"
77
edition = "2021"
88
authors = ["Gobidev"]
99
description = "A rewrite of the pfetch system information tool"
@@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.4" }
18+
pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.5" }
1919
globset = "0.4.10"
2020
dotenvy = "0.15.6"
2121
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.4"
3+
version = "0.1.5"
44
edition = "2021"
55
authors = ["Gobidev"]
66
description = "A rust proc-macro to extract pfetch logos at compile time"

0 commit comments

Comments
 (0)