Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Latest commit

Β 

History

History
216 lines (113 loc) Β· 3.46 KB

CHANGELOG.md

File metadata and controls

216 lines (113 loc) Β· 3.46 KB

Changelog

0.10.5

πŸš€ Updates

  • Updated to support proto v0.37 release.

0.10.4

🐞 Fixes

  • Updated our "automatic rustup installation" to respect the CARGO_HOME environment variable.

0.10.3

πŸš€ Updates

  • Updated RUSTUP_HOME to support relative paths.

0.10.2

πŸš€ Updates

  • Updated dependencies.

0.10.1

πŸš€ Updates

  • Updated to support proto v0.36 release.

0.10.0

πŸš€ Updates

  • Updated to support proto v0.35 release.

0.9.1

πŸš€ Updates

  • Updated to support proto v0.32 release.

0.9.0

πŸ’₯ Breaking

  • Removed install_global, use cargo install instead.
  • Removed uninstall_global, use cargo uninstall instead.

πŸš€ Updates

  • Updated to support proto v0.31 release.
  • Updated dependencies.

0.8.1

🐞 Fixes

  • Use the full triple target when installing and uninstalling toolchains.

0.8.0

πŸš€ Updates

  • Updated to support proto v0.29 release.

0.7.1

🐞 Fixes

  • When auto-installing rustup, will now update PATH on the host to find the new binaries.

0.7.0

πŸ’₯ Breaking

  • Removed deprecated functions: locate_bins, create_shims

πŸš€ Updates

  • Updated to support proto v0.28 release.
  • Updated to extism-pdk v1.

🐞 Fixes

  • Fixed manifest syncing referencing an invalid path.

0.6.0

πŸš€ Updates

  • Updated to support proto v0.26 release.

βš™οΈ Internal

  • Updated dependencies.

0.5.0

πŸš€ Updates

  • Updated to support proto v0.24 release.

🐞 Fixes

  • Fixed auto-install of rustup not working on Windows.

βš™οΈ Internal

  • Updated dependencies.

0.4.0

πŸš€ Updates

  • Updated to support proto v0.22 release.

βš™οΈ Internal

  • Updated dependencies.

0.3.1

🐞 Fixes

  • Fixed an issue where RUSTUP_HOME would not respect virtual paths.

0.3.0

πŸš€ Updates

  • Will now attempt to install rustup if it does not exist on the current machine.
  • Updated to support proto v0.20 release.

🐞 Fixes

  • Will now respect the RUSTUP_HOME environment variable when locating the .rustup store.
  • Fixed an issue where sync_manifest would fail if we didn't have read access to the rustup store.

βš™οΈ Internal

  • Updated dependencies.

0.2.3

🐞 Fixes

  • Fixed the "bin not found" errors by uninstalling the toolchain before installing it, if we've detected that it's in a broken state.

0.2.2

🐞 Fixes

  • Temporary hack for "bin not found" errors.

0.2.1

🐞 Fixes

  • Switched to cargo from rustc for bin detection.
  • Slightly improved logic that detects an installation.

βš™οΈ Internal

  • Updated dependencies.

0.2.0

πŸš€ Updates

  • Added support for installing the canary release (via nightly).
  • Updated to support proto v0.17 release.

0.1.2

πŸš€ Updates

  • Updated to support proto v0.16 release.

0.1.1

🐞 Fixes

  • Fixed rustup detection on Windows.

0.1.0

πŸš€ Updates

  • Added uninstall support (uses rustup toolchain uninstall).
  • Added support for install_global and uninstall_global.
  • Updated to support proto v0.15 release.

🐞 Fixes

  • Fixed an issue where the globals directory for CARGO_INSTALL_ROOT was incorrect.

0.0.3

🐞 Fixes

  • Fixed an issue where the rustc binary wasn't properly located on Windows.

0.0.2

πŸš€ Updates

  • Supports automatic manifest syncing (keeps track of installed versions).

0.0.1

πŸŽ‰ Release

  • Initial release!