v1.2.1
Maintenance release with assorted minor bug fixes/improvements and a couple of important PRs:
- Build switches, which worked for local crates, works now too for releases from an index (#1072).
- Add support for FreeBSD (#1148) (by @stcarrez)
What's Changed
- Alr.Commands.Edit: update pointer to GNAT Studio release (#1045)
- Alire.Crate.Configuration: disable style checks in generated code (#1047)
- Export build-switches to TOML (#1072)
- Fix host arch (#1092)
- Fix new warnings in GNAT 12.1 (#1071)
- Add Savannah from GNU to trusted sites (#1095)
- Prepend projects to GPR_PROJECT_PATH (#1098)
- Fix generated pin to parent crate (#1096)
- Allow publishing to complete for an existing release with --force (#1130)
- Workaround for gnatcoll-core#64 / gnatstudio#128 (#1141)
- Fixes for external detections in Fedora (#1142)
- Crate_Configuration: delay creation of temp files (#1145)
- alr test: Allow binary releases to not contain project files (#1159)
- Add support for FreeBSD (#1148)
Full Changelog: v1.2.0...v1.2.1
Contributors: @Fabien-Chouteau, @mosteo, @AJ-Ianozi, @stcarrez