Skip to content

v0.1.4

Choose a tag to compare

@Vladimir-Urik Vladimir-Urik released this 05 Mar 23:15
· 183 commits to master since this release
acbaa78

v0.1.4

  • This release focuses on Windows distribution improvements (Scoop), dependency updates, and refreshed benchmark snapshots since v0.1.3.

Added

  • Added Scoop distribution support in release automation with a dedicated publish-scoop job.
  • Added scripts/generate_scoop_manifest.sh to generate the Scoop manifest (oxmgr.json) from release metadata and checksums.
  • Added Scoop installation instructions to user docs (README.md and docs/install.md).

Changed

  • Updated release automation docs to include Scoop publishing details and required secrets (SCOOP_BUCKET_TOKEN, SCOOP_BUCKET_REPO).
  • Improved release workflow packaging coverage by validating and publishing Windows Scoop manifest data from release artifacts.
  • Maintained the official Scoop bucket target as empellio/scoop-bucket.

Dependencies

  • Bumped dirs from 5.0.1 to 6.0.0.
  • Bumped tokio from 1.49.0 to 1.50.0.
  • Bumped sysinfo from 0.38.2 to 0.38.3.
  • Bumped toml from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0.
  • Updated Cargo.lock accordingly.

Notes

  • No core runtime/process-manager behavior changes were introduced in this release; changes are focused on packaging, distribution, documentation, and dependency refreshes.

What's Changed

Full Changelog: v0.1.3...v0.1.4