Skip to content

0.1.0-alpha.3 - 2026-05-14

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 May 15:18
b0c4cba

Release Notes

Changed

  • Centralized workspace crate versioning under [workspace.package] and workspace dependency pins.
  • Added release invariant checks for lockstep versions, internal exact pins, README install examples, and changelog release sections.
  • Added a guarded GitHub Actions Publish Crates workflow that publishes crates.io packages before pushing the release tag.
  • Added automated release version bumping and metadata-derived publish ordering.
  • Tightened release runbook safeguards for single-maintainer approvals, branch protection, tag protection, and recovery paths.

Install hmd-cli 0.1.0-alpha.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.3/hmd-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.3/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.3

File Platform Checksum
hmd-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hmd-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hmd-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
hmd-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hmd-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum