chore(release): prepare for v1.0.0
This commit is contained in:
parent
a81dad44ea
commit
63e8fc9173
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
|||||||
# Changelog
|
# 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
|
## [0.1.1] - 2023-02-17
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "pfetch"
|
name = "pfetch"
|
||||||
version = "0.1.1"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Gobidev"]
|
authors = ["Gobidev"]
|
||||||
description = "A rewrite of the pfetch system information tool"
|
description = "A rewrite of the pfetch system information tool"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user