Skip to content

Minor Release

Choose a tag to compare

@richbl richbl released this 14 Jun 17:55
183123f

Minor release of the Rust CLI SysInfo project

  • This is minor release includes the following new/updated functionality:
    • Refactored the codebase to make adding/removing services easier

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-sysinfo

Enjoy!

What's Changed

  • refactor(app): 🎨 Code cleanup to make adding/removing services ea… by @richbl in #12

Full Changelog: 0.4.0...0.5.0