Skip to content

Minor Release

Choose a tag to compare

@richbl richbl released this 02 Jul 16:46
e209c37

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 /services folder). 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

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

  • 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