We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09f4a9 commit 71dac6aCopy full SHA for 71dac6a
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [2.0.0] - 2023-02-21
4
+
5
+### Bug Fixes
6
7
+- [**breaking**] Fix OS and host detection on macOS
8
9
+### Miscellaneous
10
11
+- Update dependencies
12
13
## [1.0.0] - 2023-02-19
14
15
### Documentation
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"
0 commit comments