v0.11.0
What's Changed
This version is loaded with cool changes:
- The
script
element is now completely implemented. That means you can pass an interpreter as well as secrets to your build execution. There was also some refactor to use the same script execution engine for bothtest
andbuild
scripts. - We completely revamped the logging. You will see fancy log outputs with indentation now.
- There is a interesting experimental Github integration. Warnings are posted to Github logs and we add a summary at the end of the
build for each output! You can check it out by trying the new official github action: https://github.com/prefix-dev/rattler-build-action
Features
- refactor:
script
execution during build by @wolfv in #641 - feat: experimental indent when logging to terminal by @wolfv in #592
- feat: change default package format to conda by @wolfv in #644
- feat: add support for linux-aarch64 by @pavelzw in #630
- feat: mark version as non-draft after release CI completes by @orhun in #636
Fixes
- fix: always add python version as
$PY_VER
by @wolfv in #645 - fix: forcibly add rpath on macos and make some warning -> info by @wolfv in #637
- chore(ci): bump dacbd/create-issue-action from 1.2.1 to 2.0.0 by @dependabot in #643
- chore: prepare release 0.11.0 by @wolfv in #646
Docs
- docs: Add github action to documentation by @pavelzw in #633
- docs: start working on dark/light toggle by @wolfv in #431
Full Changelog: v0.10.0...v0.11.0