Skip to content

Commit b59ed97

Browse files
committed
chore(release): prepare for pfetch-rs v2.1.0
1 parent 577b1dd commit b59ed97

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

CHANGELOG.md

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

3+
## [2.1.0] - 2023-02-28
4+
5+
### Bug Fixes
6+
7+
- Fix os and host detection on Windows
8+
9+
### Documentation
10+
11+
- Add new logos to README.md
12+
13+
### Features
14+
15+
- Add windows ascii logo
16+
- Use libmacchina package count for Windows and BSD
17+
- Add DietPi logo and support all 256 ANSI colors
18+
19+
### Miscellaneous
20+
21+
- Sort logos alphabetically
22+
323
## [2.0.0] - 2023-02-21
424

525
### Bug Fixes

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.0.0"
6+
version = "2.1.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.0" }
18+
pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.1" }
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.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Gobidev"]
66
description = "A rust proc-macro to extract pfetch logos at compile time"

0 commit comments

Comments
 (0)