Skip to content

v0.13.0

Compare
Choose a tag to compare
@wolfv wolfv released this 06 Mar 09:26
· 326 commits to main since this release
18f32b7

Changelog

This release adds rattler-build auth login/logout functions to authenticate with private channels & servers more easily.

It's also the first release that parses the top-level schema_version key.

Enjoy 🥳

📃 Details

Added

  • Add user-agent to rattler-build client by @wolfv in #696

Changed

  • Authentication and uploading packages by @wolfv in #682
  • Added rattler-build authentication CLI by @kassoulait in #685
  • Update the distro packages section in README.md by @orhun in #683
  • Implement schema_version top level key by @wolfv in #695

New Contributors