Skip to content

0.14.0

Compare
Choose a tag to compare
@wolfv wolfv released this 02 Apr 14:58
· 61 commits to main since this release
61e0417

0.14.0

✨ Highlights

📃 Details

Added

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

v0.14.0: https://github.com/prefix-dev/rattler-build/compare/v0.13.0..v0.14.0