Skip to content

Commit c7874fa

Browse files
committed
chore(release): prepare for v1.0.0
1 parent a81dad4 commit c7874fa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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+
## [1.0.0] - 2023-02-19
4+
5+
### Documentation
6+
7+
- Add binary installation option to README.md
8+
- Add `PF_FAST_PKG_COUNT` to available options in README.md
9+
10+
### Features
11+
12+
- [**breaking**] Add option to skip count of nix packages (#2, #10)
13+
14+
### Miscellaneous
15+
16+
- Use dotenvy instead of dotenv
17+
318
## [0.1.1] - 2023-02-17
419

520
### Bug Fixes

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 = "0.1.1"
6+
version = "1.0.0"
77
edition = "2021"
88
authors = ["Gobidev"]
99
description = "A rewrite of the pfetch system information tool"

0 commit comments

Comments
 (0)