Skip to content

Version 0.0.6-prerelease.6 (under development)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 15:31
· 2738 commits to main since this release

Release Notes

TODO: generate proper release notes for:

  • (AlexITC) fix typo at README.md: #203
  • factor out and use axoproject: #207
  • factor out and use axocli: #209
  • unlocked archive formats: #211
  • npm installer: #210
  • (jwodder) remove trailing spaces from templates: #213
  • (jwodder) fix broken links in book: #215
  • npm installer fixups: #219
  • (jwodder) remove useless uses of cat: #223
  • (frol) supress npm installer logs #224
  • interactive init: #227
  • (shadows-withall) support keywords in npm installer: #228
  • cli cleanup: #230
  • 0.0.6 docs blitz: #231
  • rename "status" to "plan": #232

highlights:

  • npm installer
  • ability to set archive extension
  • cargo dist init is now interactive / rerunnable for updates
  • cargo dist plan added
  • bare cargo dist is no longer a synonym for cargo dist build
  • great cleanups from external contributors

Install cargo-dist 0.0.6-prerelease.6

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.0.6-prerelease.6/cargo-dist-v0.0.6-prerelease.6-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/axodotdev/cargo-dist/releases/download/v0.0.6-prerelease.6/cargo-dist-v0.0.6-prerelease.6-installer.ps1 | iex

Download cargo-dist 0.0.6-prerelease.6

target kind download
aarch64-apple-darwin tarball cargo-dist-v0.0.6-prerelease.6-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball cargo-dist-v0.0.6-prerelease.6-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball cargo-dist-v0.0.6-prerelease.6-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball cargo-dist-v0.0.6-prerelease.6-x86_64-unknown-linux-gnu.tar.xz