Releases: alire-project/alire
v1.1.3
This is a maintenance release that updates the msys2 installer for Windows.
There are no functional changes, and it brings nothing new for platforms other than Windows.
What's Changed
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
Alire v1.1.1
Maintenance release with several bugfixes, as listed in #883:
- Disable assistant on --select #862
- Bugfix for the assistant when there is external gnat but not gprbuild #866
- Bugfix for improper check related to virtual crates #875
- Do not exit with error on external failed detection #876
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Alire v1.1
The major new features in this release are:
- Configuration section in the manifest with associated code generation, that enables configuring both the root crate and its dependencies.
- Revamped pin system through manifest definitions to help development with quickly evolving and unreleased dependencies.
- Toolchain download and management with the new
alr toolchain
subcommand.
For the full changelog of user-visible changes, visit https://github.com/alire-project/alire/blob/release/1.1/doc/user-changes.md
v1.1.0-rc3
v1.1.0-rc2
v1.1 Release Candidate 2
Main changes since rc1:
- New switches
alr toolchain --disable-assistant
,alr toolchain --select <crate>[=version]
- Lock file is now stored inside
./alire
- Better cleanup of temporary files.
- Bugfixes for issues reported about rc1.
alr index
is now equivalent toalr index --list
- The solver has now a timeout, defaulting to 5 seconds.
- Internal refactorings for better reusability.
For the full change log, see PRs #788 #389 #793 #797 #799 #803 #804 #805 #806 #807 #808 #809 #810 #813 #815 #816 #818
v1.1.0-rc1
v1.1 Release Candidate 1
See user changelog at https://github.com/alire-project/alire/blob/release/1.1/doc/user-changes.md
v1.0.1
v1.0
First stable release of the Alire project.
Changelog available at https://alire.ada.dev/docs/#user-facing-changes-log.
v1.0 Release Candidate 2
Update to use the stable index version 1.0.
Please peruse changes since previous versions at https://github.com/alire-project/alire/blob/release/1.0/doc/user-changes.md.