diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a11b7e..ddb4ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 669d819..a862ccf 100644 --- a/Cargo.toml +++ b/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"