Skip to content

Commit aeccdd7

Browse files
committed
chore(release): prepare for pfetch-rs v2.5.0
1 parent bbb2d6e commit aeccdd7

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## [2.5.0] - 2023-04-14
4+
5+
### Bug Fixes
6+
7+
- Never show `TEMPLATE_VERSION_ID` in os name
8+
- Fix panic when file specified in `PF_SOURCE` does not exist
9+
10+
### Documentation
11+
12+
- Rewrite notice on slow package counts in README
13+
14+
### Features
15+
16+
- Add help menu and `-v` argument to show version (#24)
17+
- Add alternative `rpm` package count method (for OpenSUSE)
18+
19+
### Miscellaneous
20+
21+
- Bump libmacchina to version 7.0.0
22+
- Update dependencies
23+
324
## [2.4.0] - 2023-03-24
425

526
### Documentation

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
33

44
[package]
55
name = "pfetch"
6-
version = "2.4.0"
6+
version = "2.5.0"
77
edition = "2021"
88
authors = ["Gobidev"]
99
description = "A rewrite of the pfetch system information tool"

0 commit comments

Comments
 (0)