Skip to content

v0.2.0

Choose a tag to compare

@mattkram mattkram released this 15 Jun 21:06
65fcf3e

What's Changed

This release primarily contains bug fixes, one of which is a breaking change. It is unlikely that users are negatively affected by this change, however users are advised to note the removal of the anaconda symlink from being directly exposed on path.

In addition, the ability to directly download the platform-appropriate Miniconda is included via ana tool download miniconda.

Breaking Changes

  • fix!: Remove anaconda symlink to avoid shadowing in conda's base environment by @zfralish in #239

Features

  • feat: Add ability to download a Miniconda installer by @ericdill in #273

Bug Fixes

  • ci: Add secret property to anaconda.sh upload credentials by @marcoesters in #246
  • fix: Output HTTP status to stderr in api fetch by @mattkram in #249
  • fix: Reject empty URL in ana fetch command by @zfralish in #259
  • fix: Add URL validation to fetch command by @zfralish in #260
  • fix: Preserve main channel when disabling main-x for pixi by @zfralish in #261
  • fix: Parse anaconda-auth keyring with embedded repo tokens by @mattkram in #248

Maintenance

  • chore(deps): Update github-releases dependency anaconda/ana-cli to v0.1.6 by @anaconda-renovate[bot] in #247
  • chore: Resolve clippy findings and add pre-commit hook by @mattkram in #241
  • chore(deps): Lock file maintenance by @anaconda-renovate[bot] in #258
  • chore(deps): Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.14 by @anaconda-renovate[bot] in #252
  • chore(deps): Update dependency rattler-build to >=0.65,<0.66 by @anaconda-renovate[bot] in #251
  • chore: Bump anaconda-mcp by @AlbertDeFusco in #262
  • chore(deps): Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 by @anaconda-renovate[bot] in #263
  • chore(deps): Lock file maintenance by @anaconda-renovate[bot] in #265
  • chore(deps): Update conda dependency main/anaconda-auth to v0.15.0 by @anaconda-renovate[bot] in #237
  • chore(deps): Update conda dependency main/anaconda-ai to v0.6.0 by @anaconda-renovate[bot] in #269
  • chore(deps): Update actions/checkout action to v6.0.3 by @anaconda-renovate[bot] in #267
  • chore(deps): Update Rust crate chrono to v0.4.45 by @anaconda-renovate[bot] in #272
  • chore(deps): Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.16 by @anaconda-renovate[bot] in #271
  • chore(deps): Update rattler by @anaconda-renovate[bot] in #270
  • chore(deps): Update conda dependency main/pixi to v0.70.2 by @anaconda-renovate[bot] in #278
  • chore(deps): Update Rust crate http to v1.4.2 by @anaconda-renovate[bot] in #274
  • chore(deps): Update Rust crate log to v0.4.32 by @anaconda-renovate[bot] in #268
  • chore(deps): Update dependency cryptography to v49 by @anaconda-renovate[bot] in #284
  • chore(deps): Update pre-commit hook python-jsonschema/check-jsonschema to v0.37.3 by @anaconda-renovate[bot] in #283
  • chore(deps): Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.17 by @anaconda-renovate[bot] in #280
  • chore(deps): Update dependency rattler-build to >=0.66,<0.67 by @anaconda-renovate[bot] in #281

New Contributors

Full Changelog: v0.1.6...v0.2.0