diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5a11b7e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [0.1.1] - 2023-02-17 + +### Bug Fixes + +- Correct wrong target name +- Fix ASCII detection on MacOS (#4) +- Fix macos package count + +### Miscellaneous + +- Add git-cliff configuration +- Change linux x86 target to gnu + +### Ci + +- Add github workflows for tests and releases + + diff --git a/Cargo.toml b/Cargo.toml index b7b8f85..59e08d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor"] [package] name = "pfetch" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"