v0.9.0
What's Changed
We are getting closer and closer with the implementation of the features as outlined in our CEPs. Please give rattler-build
a spin and let us know if you hit any snags!
New features
- feat: implement down-prioritize via track-features by @wolfv in #584
- feat: fix Python shebang in post-processing step by @wolfv in #551
- feat: resolve rpath entries of shared objects by @wolfv in #605
- feat: resolve dynamically linked libraries of shared object by @wolfv in #606
- feat: improve linking checks by @orhun in #600
- feat: implement prefix detection settings by @wolfv in #598
- feat: add system tools configuration for reproducible builds by @wolfv in #587
- feat: add test for parsing "null" values and missing jinja by @wolfv in #602
- feat: implement prefix detection parsing by @wolfv in #597
Fixes
- fix: suppress noisy auth storage warnings by @orhun in #599
- fix: remove noisy error message by @wolfv in #603
- fix: cannot find content type of a directory by @wolfv in #607
Refactor etc.
- refactor: metadata writing by @wolfv in #585
- refactor: use a new
FileFinder
struct to encapsulate finding new files in the prefix by @wolfv in #588 - refactor: move code around and clean up function interfaces a bit by @wolfv in #595
- chore: update all depencies and release 0.9.0 by @wolfv in #609
- chore(ci): bump prefix-dev/setup-pixi from 0.4.3 to 0.5.0 by @dependabot in #582
- chore(ci): bump prefix-dev/setup-pixi from 0.5.0 to 0.5.1 by @dependabot in #591
Full Changelog: v0.8.1...v0.9.0