Releases: prefix-dev/rattler-build
Releases · prefix-dev/rattler-build
0.3.1
0.3.0
What's Changed
- update all versions incl. minijinja to 1.0.0-alpha2 by @wolfv in #155
- Update README.md by @raybellwaves in #160
- bump rich version in example by @raybellwaves in #162
- bump: rattler 0.6.0 by @baszalmstra in #165
- fix: allow not finding arch platforms in channel by @ruben-arts in #164
- chore(ci): bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #166
- feat: make it possible to use
rattler-build
as library by @wolfv in #158 - add support for script_env in build section by @wolfv in #167
- refactor and put
source
in its own folder by @wolfv in #168 - release 0.3.0 by @wolfv in #171
New Contributors
- @raybellwaves made their first contribution in #160
- @baszalmstra made their first contribution in #165
Full Changelog: v0.2.0...v0.3.0
0.2.0
What's Changed
- Feature/source local path by @ruben-arts in #131
- misc: add pre-commit config and ran it. by @ruben-arts in #133
- Simplify CLI by allowing for recipe path and defaulting to '.' by @ruben-arts in #132
- fix: add noarch bin files to python-scripts by @wolfv in #135
- Feature/source git by @ruben-arts in #137
- fix: relative git_url paths by @ruben-arts in #142
- improve error reporting when parsing files and remove some unwrap by @wolfv in #143
- fix variants with version spec by @wolfv in #144
- enable
--version
and-V
flags by @wolfv in #145 - Update all dependencies by @wolfv in #150
- Fix vinca recipes by @ruben-arts in #146
- Readme Beautification by @wolfv in #152
- release rattler-build 0.2.0 by @wolfv in #153
- Vendor openssl to get rid of build issues with libgit2 by @wolfv in #154
Full Changelog: v0.1.3...v0.2.0
v0.1.3
- Builds on Linux should work much better (invocation of
patchelf
is corrected) – thanks @ruben-arts - Version number properly updated in
Cargo.toml
- Some minor changes
v0.1.1
Bugfix release for v0.1.0
that also adds --channel/-c
arguments and --output-dir
arguments.
v0.1.0
The initial release of rattler-build
- download and try it!