Releases: prefix-dev/rattler-build
Releases · prefix-dev/rattler-build
0.4.0
What's Changed
The latest rattler-build uses the latest and greatest version of rattler and also the new resolvo
resolver. And it contains a few fixes for issues!
- chore(ci): bump actions/checkout from 3 to 4 by @dependabot in #179
- Add support for local source file url scheme by @beenje in #177
- update to the latest rattler version by @wolfv in #180
- fix: minor code nit by @swarnimarun in #181
- some tiny enhancements for emscripten-wasm32 compatibility by @wolfv in #182
- bump: update to latest rattler and add pixi project by @ruben-arts in #186
- Update all dependencies by @wolfv in #187
- chore: also run cargo update and replace tempdir with tempfile by @wolfv in #188
- feat: build .conda package right away by @wolfv in #190
- Copy dir without ignore gitignore by @matthiasbeyer in #189
- fix bug when copying directory, fix bug when creating conda package by @wolfv in #192
- fix: add perl and extra platforms by @ruben-arts in #191
- remove package before testing by @wolfv in #193
- Print package contents for user by @wolfv in #194
- Format tracing by @wolfv in #195
- Ignore missing about section and missing build.sh / build.bat by @wolfv in #196
- release version 0.4.0 by @wolfv in #197
New Contributors
- @beenje made their first contribution in #177
- @swarnimarun made their first contribution in #181
- @matthiasbeyer made their first contribution in #189
Full Changelog: v0.3.1...v0.4.0
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!