We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81dad4 commit c7874faCopy full SHA for c7874fa
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
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
18
## [0.1.1] - 2023-02-17
19
20
### Bug Fixes
Cargo.toml
@@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
[package]
name = "pfetch"
-version = "0.1.1"
+version = "1.0.0"
edition = "2021"
authors = ["Gobidev"]
description = "A rewrite of the pfetch system information tool"
0 commit comments