From c7874fadf963c8ee65e05be7e4ef7d445e533b14 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Sun, 19 Feb 2023 20:12:12 +0100 Subject: [PATCH] chore(release): prepare for v1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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"