Minor Release
Minor release of the Rust CLI SysInfo project
- This is minor release includes the following new/updated functionality:
- Adding/removing new services is now managed via a single file (added to the
/servicesfolder). One file --> one service. No need to touch any source files anymore!- Follows the Open-Closed Principle (OCP)), Don't Repeat Yourself (DRY), and Single Source of Truth (SSOT) principles
- Adding/removing new services is now managed via a single file (added to the
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
- feat(app): 🎨 Added support for adding a new service by touching o… by @richbl in #49
- refactor(app): 🚨 General code cleanup (linter warns for code duplication... though mostly incorrect...) by @richbl in #50
Full Changelog: 0.6.0...0.7.0