0.14.0
0.14.0
✨ Highlights
📃 Details
Added
- Add pixi badge to the readme by @ruben-arts in #708
- Add site directory to .gitignore by @orhun in #721
- Support building multiple recipes by @orhun in #720
- Support building all packages via TUI by @orhun in #731
- Add missing fields of render-only back by @nichmor in #740
- Add license warnings to warnings summary by @orhun in #739
- Support reading recipe from stdin by @orhun in #735
- Add build-platform to options by @wolfv in #744
Changed
- Use export for shell variables by @pavelzw in #704
- Update cli_usage.md by @nichmor in #710
- Sort build outputs for TUI by @orhun in #727
--render-only
will make a dry-run and will not install resolved packages by @nichmor in #729- Make
--render-only
output more parsing friendly by @nichmor in #730 - Improve spdx license error by @orhun in #750
- Implement
--skip-existing
flag by @wolfv in #743
Fixed
- Ensure tagged releases are marked as latest when created by @orhun in #702
- Do not use progressbar for JSON output by @orhun in #707
- Do not take python variant when noarch:python by @nichmor in #723
- Sort build outputs by @wolfv in #722
- Topological sort order by @wolfv in #725
- Sorting topological on empty output by @nichmor in #728
- Skip relinking checks for webassembly by @DerThorsten in #741
- Take into consideration non-canonical variant also by @nichmor in #746
- Fail build when no license files are found by @orhun in #749
Removed
- Remove unused dependencies by @wolfv in #724
- Remove BuildOutput wrapper and use Output directly by @orhun in #732
New Contributors
- @DerThorsten made their first contribution in #741
v0.14.0: https://github.com/prefix-dev/rattler-build/compare/v0.13.0..v0.14.0