Minor Release
Minor release of the Rust CLI SysInfo project
- This is minor release includes the following new/updated functionality:
- Completion of code refactoring to make workflow logic more modular (easier to add future services)
- Updated documentation (
README.md)
See the README.md for current features and functionality.
To decompress the included release binary, run the following command:
zstd -d rust-cli-sysinfo_linux_amd64.zst -o rust-cli-sysinfoEnjoy!
What's Changed
- refactor(app): ♻️ Make services more modular; updated screenshots for README by @richbl in #9
- docs(app): 📝 Updated README; prep for 0.3.0 release by @richbl in #10
Full Changelog: 0.2.0...0.3.0