Tags: s00d/monit-tool
Tags
feat(version): bump version to 0.3.2 and optimize release profile Updated the `version` in `Cargo.toml` to `0.3.2`. Enhanced the release profile with optimizations for size and performance, including enabling Link Time Optimization and reducing compilation units. Adjusted the process management to support Windows systems in addition to Unix-like systems, improving cross-platform compatibility.
chore(github-actions): update release file pattern for artifacts Modified the `files` entry in `.github/workflows/release.yml` to use a wildcard pattern `monit-tool-*` for artifact matching, allowing for flexibility in versioning and ensuring all relevant files are included in the release.