Skip to content

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:18
· 275 commits to main since this release
400f172

Release Verification & Checksums

Platform-trimmed archives — used by Homebrew, Scoop, Winget manifests, and the piped installers:

Asset Platform Contents SHA256
millennium-helpers-linux.tar.gz Linux/macOS scripts, completions, man pages 81c20635326ea945f23729f6c47021a0ba2bd4dfccf1b367bcd48dfdee363827
millennium-helpers-windows.zip Windows PowerShell scripts 22d2759b6b8b2d2e908e48cb2c43caebf81b0e2cd2f876af21f8751c1df5619c

Package Verification

To verify the integrity of the downloaded assets, run:

# On Linux/macOS
sha256sum -c millennium-helpers-linux.tar.gz.sha256

# On Windows (PowerShell)
$h = (Get-FileHash .\millennium-helpers-windows.zip -Algorithm SHA256).Hash.ToLower()
Get-Content .\millennium-helpers-windows.zip.sha256
# Compare $h to the hash in the sidecar file

What's Changed

  • chore(packaging): bump to v2.6.0 by @bolens in #10

Full Changelog: v2.6.0...v2.6.1