Skip to content

v2.0.0

Compare
Choose a tag to compare
@mosteo mosteo released this 13 Mar 13:54
· 12 commits to release/2.0 since this release

Major new features and breaking changes

  • alr install allows to install indexed or local crates under a prefix with standard gprinstall structure (under ~/.alire by default).
  • By default now, dependencies are downloaded once to a shared cache, and a unique build folder is used for each release configuration, also shared across workspaces.
  • alr test by default now tests the local workspace.
  • alr publish will offer to create for you the PR against the community index.
  • New switches alr publish --status|--cancel|--request-review allow complete management of release submissions from the command line.
  • alr settings replaces alr config to avoid confusion between alr's own configuration and a crate configuration.
  • ALIRE_SETTINGS_DIR replaces ALR_CONFIG environment variable.
  • alr toolchain --install --install-dir removed (read more at #1614), you can still install toolchains for use outside of Alire with alr install.

Check our log of user-visible changes for full details.

What's Changed

New Contributors

Full Changelog: v1.2.2...v2.0.0