chore(release): prepare for v1.0.0

This commit is contained in:
Adrian Groh 2023-02-19 20:12:12 +01:00
parent a81dad44ea
commit 63e8fc9173
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771
2 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,20 @@
# Changelog
## [1.0.0] - 2023-02-19
### Documentation
- Add binary installation option to README.md
- Add `PF_FAST_PKG_COUNT` to available options in README.md
### Features
- [**breaking**] Add option to skip count of nix packages (#2, #10)
### Miscellaneous
- Use dotenvy instead of dotenv
## [0.1.1] - 2023-02-17
### Bug Fixes

View File

@ -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"