Skip to content

2.0.5

Latest
Compare
Choose a tag to compare
@JohanMabille JohanMabille released this 12 Dec 16:54

Enhancements:

  • [all] micromamba/mamba --version displays pre-release version names + establishes pre-release versions name scheme by @Klaim in #3639

Bug fixes:

  • [libmamba] Fix channel in PackageInfo by @Hind-M in #3681
  • [libmamba] fix: Clarify shell init dry runs outputs by @jjerphan in #3674
  • [libmamba] fix: Wrap MAMBA_EXE around double quotes in run shell script by @luciorq in #3673
  • [libmamba] fix: Activated environment name by @jjerphan in #3670
  • [libmamba] Fixed uninitialized variable in curl handler by @JohanMabille in #3669
  • [libmamba, micromamba] fix: Skip empty lines in environment spec files by @jjerphan in #3662
  • [all] Handle .tar.gz in pkg url by @Hind-M in #3640
  • [libmamba, micromamba] fix: Effectively apply dry-run on installation from PyPI by @jjerphan in #3644
  • [libmamba, micromamba] fix: Handle environment with empty or absent dependencies by @jjerphan in #3657
  • [micromamba] fix: Reintroduce the uninstall command by @jjerphan in #3650
  • [libmamba] Allow repoquery on non env prefix by @Hind-M in #3649

CI fixes and doc: