Minor Release
Minor release of the Rust CLI SysInfo project
- This is minor release includes the following new/updated functionality:
- Refactored code files 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
- docs(app): 📝 Updated README; minor changes to Rust linters by @richbl in #5
- refactor(app): ♻️ Refactor to make the services logic more mod… by @richbl in #6
- refactor(app): 🎨 Consolidated shared crates into prelude module; … by @richbl in #7
- refactor(app): 🎨 Ongoing code cleanup; updated README.md; prep fo… by @richbl in #8
Full Changelog: 0.1.0...0.2.0