Skip to content

Minor Release

Choose a tag to compare

@richbl richbl released this 12 Jun 00:35
2c935cf

Minor release of the Rust CLI SysInfo project

  • This is minor release includes the following new/updated functionality:
    • Changed several service token identifiers for better naming consistency and clarity
    • Cleaned up error messages; errors are now output in red to improve UX
    • 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-sysinfo

Enjoy!

What's Changed

  • refactor(app): 🎨 Code clean-up; changed services token identifier… by @richbl in #11

Full Changelog: 0.3.0...0.4.0