Skip to content

Commit d04c5c3

Browse files
committed
chore(release): prepare for pfetch-rs v2.2.0
1 parent dd468e8 commit d04c5c3

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

CHANGELOG.md

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

3+
## [2.2.0] - 2023-03-09
4+
5+
### Bug Fixes
6+
7+
- Fix `invalid logos.sh file` error when building on Windows
8+
9+
### Features
10+
11+
- Add Nobara Project logo
12+
13+
### Miscellaneous
14+
15+
- Update dependencies
16+
17+
### Performance
18+
19+
- Prefer libmacchina readouts over dotenvy
20+
21+
### Ci
22+
23+
- Add macOS aarch64 release binary (#13)
24+
- Add Windows x86_64 release binary
25+
326
## [2.1.0] - 2023-02-28
427

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

0 commit comments

Comments
 (0)