From 71dac6a933747789cb15b873479d674b6444be24 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Tue, 21 Feb 2023 18:47:11 +0100 Subject: [PATCH] chore(release): prepare for v2.0.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb4ed5..5e94ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.0] - 2023-02-21 + +### Bug Fixes + +- [**breaking**] Fix OS and host detection on macOS + +### Miscellaneous + +- Update dependencies + ## [1.0.0] - 2023-02-19 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index a862ccf..7e79bc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor"] [package] name = "pfetch" -version = "1.0.0" +version = "2.0.0" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"