release libmamba 2.0.7, micromamba 2.0.7, libmambapy 2.0.7

This commit is contained in:
Hind Montassif 2025-03-07 14:13:31 +01:00
parent 902fd1990f
commit 1e66fabb8f
7 changed files with 298 additions and 7 deletions

View File

@ -1,3 +1,82 @@
## 2025.03.07
Release: 2.0.7 (libmamba, mamba, micromamba, libmambapy)
Bug fixes:
- [libmamba, micromamba] fix: Adapt root prefix' precedence for CONDA_ENVS_PATH by @holzman in <https://github.com/mamba-org/mamba/pull/3852>
- [libmamba, micromamba] feat: add envs flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3837>
- [libmamba, micromamba] feat: add revisions flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3800>
- [libmamba] fix: Remove invalid cached tarballs by @jjerphan in <https://github.com/mamba-org/mamba/pull/3839>
- [libmamba, micromamba] fix: Create directories from `envs_dirs` if they do not exist by @holzman in <https://github.com/mamba-org/mamba/pull/3796>
- [all] Add `x86_64` archspec support for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3803>
- [all] Use correct `url` in metadata and mirrors by @Hind-M in <https://github.com/mamba-org/mamba/pull/3816>
- [all] Add base flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3779>
- [all] Explain unsolvable updates by @k-collie in <https://github.com/mamba-org/mamba/pull/3829>
- [all] Adapt root prefix' precedence for `envs_dirs` by @holzman in <https://github.com/mamba-org/mamba/pull/3813>
- [all] Fix windows paths and add tests by @Hind-M in <https://github.com/mamba-org/mamba/pull/3787>
- [all] Adaptive level for compatible Version formatting by @jjerphan in <https://github.com/mamba-org/mamba/pull/3818>
- [all] add export flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3780>
- [mamba] Warn about future removal of `etc/profile.d/mamba.sh` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3788>
- [all] Use `libmamba`'s installation instead of `mamba`'s as a fallback by @jjerphan in <https://github.com/mamba-org/mamba/pull/3792>
- [all] add canonical flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3777>
- [all] Factor handling of `GetModuleFileNameW` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3785>
- [all] Adapt root prefix determination by @jjerphan in <https://github.com/mamba-org/mamba/pull/3782>
- [all] Remove pip warning for `PIP_NO_PYTHON_VERSION_WARNING` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3770>
- [all] Add md5 flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3773>
- [all] Support globs in `MatchSpec` build strings by @jjerphan in <https://github.com/mamba-org/mamba/pull/3735>
- [all] Don't encode URLs for `mamba env export --explicit` by @maresb in <https://github.com/mamba-org/mamba/pull/3745>
- [all] Uncomment no more failing test by @Hind-M in <https://github.com/mamba-org/mamba/pull/3767>
- [all] Use CA certificates from `conda-forge::ca-certificates` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3765>
- [all] Handle `git+https` pip urls by @Hind-M in <https://github.com/mamba-org/mamba/pull/3764>
- [all] Add explicit flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3760>
- [all] Fix dependency and `subdir` in repoquery `whoneeds` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3743>
- [all] Use `LOG_DEBUG` for CUDA version detection by @jjerphan in <https://github.com/mamba-org/mamba/pull/3757>
- [all] Add missing thread and undefined sanitizers CMake options by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3753>
- [all] Add reverse flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3705>
- [all] Support more condarc paths by @SandrineP in <https://github.com/mamba-org/mamba/pull/3695>
- [all] Add a hint on cache corruption by @jjerphan in <https://github.com/mamba-org/mamba/pull/3736>
- [mamba, micromamba] Options args enhancement by @Hind-M in <https://github.com/mamba-org/mamba/pull/3722>
- [all] Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in <https://github.com/mamba-org/mamba/pull/3724>
- [all] Honour `CONDA_ENVS_PATH` again by @jjerphan in <https://github.com/mamba-org/mamba/pull/3725>
- [mamba] Generate and install `etc/profile.d/mamba.sh` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3723>
- [all] Improve CUDA version detection by @jjerphan in <https://github.com/mamba-org/mamba/pull/3700>
- [all] Support installation using explicit url by @Hind-M in <https://github.com/mamba-org/mamba/pull/3710>
- [all] Improve display of environment activation message by @Hind-M in <https://github.com/mamba-org/mamba/pull/3715>
- [all] Adapt warnings shown when several channels are used by @jjerphan in <https://github.com/mamba-org/mamba/pull/3720>
- [all] Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3692>
- [mamba] Add `no-pip` flag to `list` command by @Hind-M in <https://github.com/mamba-org/mamba/pull/3696>
CI fixes and doc:
- [all] build(deps): bump uraimo/run-on-arch-action from 2 to 3 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/3850>
- [all] ci: Add "release::maintenance" Pull Request label by @jjerphan in <https://github.com/mamba-org/mamba/pull/3843>
- [micromamba] fix: Temporarily skip `test_pip_git_https_lockfile` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3838>
- [all] Warning as error default to OFF and enabled in CI by @JohanMabille in <https://github.com/mamba-org/mamba/pull/3814>
- [all] Add missing config for RTD by @Hind-M in <https://github.com/mamba-org/mamba/pull/3801>
- [all] Write command in multiple lines by @Hind-M in <https://github.com/mamba-org/mamba/pull/3794>
- [all] Document that mamba 2 only supports trailing globs in version strings by @jdblischak in <https://github.com/mamba-org/mamba/pull/3783>
- [all] Add prettier pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3663>
- [all] Update Linux installation script for Nushell by @deephbz in <https://github.com/mamba-org/mamba/pull/3721>
- [all] Unique Release Tag by @Klaim in <https://github.com/mamba-org/mamba/pull/3732>
- [all] `update_changelog.py` now can also take input as cli parameters by @Klaim in <https://github.com/mamba-org/mamba/pull/3731>
- [all] Use a portable web request for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3704>
- [all] Document slight differences for environment export by @jjerphan in <https://github.com/mamba-org/mamba/pull/3697>
Maintenance:
- [all] Add markdownlint pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3756>
- [all] Consistently name `Database` objects by @jjerphan in <https://github.com/mamba-org/mamba/pull/3831>
- [all] Remove unused structure in update path by @jjerphan in <https://github.com/mamba-org/mamba/pull/3833>
- [all] Also run workflows for `feat/*` branches by @jjerphan in <https://github.com/mamba-org/mamba/pull/3823>
- [all] Fix typo in Windows workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3793>
- [all] Rerun pytest tests on `main` in case of failures by @jjerphan in <https://github.com/mamba-org/mamba/pull/3769>
- [all] `list` refactoring by @SandrineP in <https://github.com/mamba-org/mamba/pull/3768>
- [all] Fix build status badge by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3755>
- [all] Don't exclude Changelog files from typos-conda by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3748>
- [all] Update pre-commit hooks by by @mathbunnyru <https://github.com/mamba-org/mamba/pull/3746>
- [all] Correctly exclude json files in clang-format by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3749>
## 2025.03.05
Release: 2.0.7.rc1 (libmamba, mamba, micromamba, libmambapy)

View File

@ -1,3 +1,75 @@
## libmamba 2.0.7 (March 07, 2025)
Bug fixes:
- fix: Adapt root prefix' precedence for CONDA_ENVS_PATH by @holzman in <https://github.com/mamba-org/mamba/pull/3852>
- feat: add envs flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3837>
- feat: add revisions flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3800>
- fix: Remove invalid cached tarballs by @jjerphan in <https://github.com/mamba-org/mamba/pull/3839>
- fix: Create directories from `envs_dirs` if they do not exist by @holzman in <https://github.com/mamba-org/mamba/pull/3796>
- Add `x86_64` archspec support for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3803>
- Use correct `url` in metadata and mirrors by @Hind-M in <https://github.com/mamba-org/mamba/pull/3816>
- Add base flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3779>
- Explain unsolvable updates by @k-collie in <https://github.com/mamba-org/mamba/pull/3829>
- Adapt root prefix' precedence for `envs_dirs` by @holzman in <https://github.com/mamba-org/mamba/pull/3813>
- Fix windows paths and add tests by @Hind-M in <https://github.com/mamba-org/mamba/pull/3787>
- Adaptive level for compatible Version formatting by @jjerphan in <https://github.com/mamba-org/mamba/pull/3818>
- add export flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3780>
- Use `libmamba`'s installation instead of `mamba`'s as a fallback by @jjerphan in <https://github.com/mamba-org/mamba/pull/3792>
- add canonical flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3777>
- Factor handling of `GetModuleFileNameW` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3785>
- Adapt root prefix determination by @jjerphan in <https://github.com/mamba-org/mamba/pull/3782>
- Remove pip warning for `PIP_NO_PYTHON_VERSION_WARNING` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3770>
- Add md5 flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3773>
- Support globs in `MatchSpec` build strings by @jjerphan in <https://github.com/mamba-org/mamba/pull/3735>
- Don't encode URLs for `mamba env export --explicit` by @maresb in <https://github.com/mamba-org/mamba/pull/3745>
- Uncomment no more failing test by @Hind-M in <https://github.com/mamba-org/mamba/pull/3767>
- Use CA certificates from `conda-forge::ca-certificates` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3765>
- Handle `git+https` pip urls by @Hind-M in <https://github.com/mamba-org/mamba/pull/3764>
- Add explicit flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3760>
- Fix dependency and `subdir` in repoquery `whoneeds` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3743>
- Use `LOG_DEBUG` for CUDA version detection by @jjerphan in <https://github.com/mamba-org/mamba/pull/3757>
- Add missing thread and undefined sanitizers CMake options by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3753>
- Add reverse flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3705>
- Support more condarc paths by @SandrineP in <https://github.com/mamba-org/mamba/pull/3695>
- Add a hint on cache corruption by @jjerphan in <https://github.com/mamba-org/mamba/pull/3736>
- Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in <https://github.com/mamba-org/mamba/pull/3724>
- Honour `CONDA_ENVS_PATH` again by @jjerphan in <https://github.com/mamba-org/mamba/pull/3725>
- Improve CUDA version detection by @jjerphan in <https://github.com/mamba-org/mamba/pull/3700>
- Support installation using explicit url by @Hind-M in <https://github.com/mamba-org/mamba/pull/3710>
- Improve display of environment activation message by @Hind-M in <https://github.com/mamba-org/mamba/pull/3715>
- Adapt warnings shown when several channels are used by @jjerphan in <https://github.com/mamba-org/mamba/pull/3720>
- Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3692>
CI fixes and doc:
- build(deps): bump uraimo/run-on-arch-action from 2 to 3 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/3850>
- ci: Add "release::maintenance" Pull Request label by @jjerphan in <https://github.com/mamba-org/mamba/pull/3843>
- Warning as error default to OFF and enabled in CI by @JohanMabille in <https://github.com/mamba-org/mamba/pull/3814>
- Add missing config for RTD by @Hind-M in <https://github.com/mamba-org/mamba/pull/3801>
- Write command in multiple lines by @Hind-M in <https://github.com/mamba-org/mamba/pull/3794>
- Document that mamba 2 only supports trailing globs in version strings by @jdblischak in <https://github.com/mamba-org/mamba/pull/3783>
- Add prettier pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3663>
- Update Linux installation script for Nushell by @deephbz in <https://github.com/mamba-org/mamba/pull/3721>
- Unique Release Tag by @Klaim in <https://github.com/mamba-org/mamba/pull/3732>
- `update_changelog.py` now can also take input as cli parameters by @Klaim in <https://github.com/mamba-org/mamba/pull/3731>
- Use a portable web request for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3704>
- Document slight differences for environment export by @jjerphan in <https://github.com/mamba-org/mamba/pull/3697>
Maintenance:
- Add markdownlint pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3756>
- Consistently name `Database` objects by @jjerphan in <https://github.com/mamba-org/mamba/pull/3831>
- Remove unused structure in update path by @jjerphan in <https://github.com/mamba-org/mamba/pull/3833>
- Also run workflows for `feat/*` branches by @jjerphan in <https://github.com/mamba-org/mamba/pull/3823>
- Fix typo in Windows workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3793>
- Rerun pytest tests on `main` in case of failures by @jjerphan in <https://github.com/mamba-org/mamba/pull/3769>
- `list` refactoring by @SandrineP in <https://github.com/mamba-org/mamba/pull/3768>
- Fix build status badge by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3755>
- Don't exclude Changelog files from typos-conda by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3748>
- Update pre-commit hooks by by @mathbunnyru <https://github.com/mamba-org/mamba/pull/3746>
- Correctly exclude json files in clang-format by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3749>
## libmamba 2.0.7.rc1 (March 05, 2025)
Bug fixes:

View File

@ -13,12 +13,12 @@
#define LIBMAMBA_VERSION_MAJOR 2
#define LIBMAMBA_VERSION_MINOR 0
#define LIBMAMBA_VERSION_PATCH 7
#define LIBMAMBA_VERSION_IS_PRERELEASE 1
#define LIBMAMBA_VERSION_IS_PRERELEASE 0
#if LIBMAMBA_VERSION_IS_PRERELEASE == 1
#define LIBMAMBA_VERSION_PRERELEASE_NAME "rc1"
#define LIBMAMBA_VERSION_PRERELEASE_NAME ""
#endif
#define LIBMAMBA_VERSION_STRING "2.0.7.rc1"
#define LIBMAMBA_VERSION_STRING "2.0.7"
#define LIBMAMBA_VERSION \
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)

View File

@ -1,3 +1,70 @@
## libmambapy 2.0.7 (March 07, 2025)
Bug fixes:
- Add `x86_64` archspec support for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3803>
- Use correct `url` in metadata and mirrors by @Hind-M in <https://github.com/mamba-org/mamba/pull/3816>
- Add base flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3779>
- Explain unsolvable updates by @k-collie in <https://github.com/mamba-org/mamba/pull/3829>
- Adapt root prefix' precedence for `envs_dirs` by @holzman in <https://github.com/mamba-org/mamba/pull/3813>
- Fix windows paths and add tests by @Hind-M in <https://github.com/mamba-org/mamba/pull/3787>
- Adaptive level for compatible Version formatting by @jjerphan in <https://github.com/mamba-org/mamba/pull/3818>
- add export flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3780>
- Use `libmamba`'s installation instead of `mamba`'s as a fallback by @jjerphan in <https://github.com/mamba-org/mamba/pull/3792>
- add canonical flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3777>
- Factor handling of `GetModuleFileNameW` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3785>
- Adapt root prefix determination by @jjerphan in <https://github.com/mamba-org/mamba/pull/3782>
- Remove pip warning for `PIP_NO_PYTHON_VERSION_WARNING` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3770>
- Add md5 flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3773>
- Support globs in `MatchSpec` build strings by @jjerphan in <https://github.com/mamba-org/mamba/pull/3735>
- Don't encode URLs for `mamba env export --explicit` by @maresb in <https://github.com/mamba-org/mamba/pull/3745>
- Uncomment no more failing test by @Hind-M in <https://github.com/mamba-org/mamba/pull/3767>
- Use CA certificates from `conda-forge::ca-certificates` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3765>
- Handle `git+https` pip urls by @Hind-M in <https://github.com/mamba-org/mamba/pull/3764>
- Add explicit flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3760>
- Fix dependency and `subdir` in repoquery `whoneeds` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3743>
- Use `LOG_DEBUG` for CUDA version detection by @jjerphan in <https://github.com/mamba-org/mamba/pull/3757>
- Add missing thread and undefined sanitizers CMake options by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3753>
- Add reverse flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3705>
- Support more condarc paths by @SandrineP in <https://github.com/mamba-org/mamba/pull/3695>
- Add a hint on cache corruption by @jjerphan in <https://github.com/mamba-org/mamba/pull/3736>
- Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in <https://github.com/mamba-org/mamba/pull/3724>
- Honour `CONDA_ENVS_PATH` again by @jjerphan in <https://github.com/mamba-org/mamba/pull/3725>
- Improve CUDA version detection by @jjerphan in <https://github.com/mamba-org/mamba/pull/3700>
- Support installation using explicit url by @Hind-M in <https://github.com/mamba-org/mamba/pull/3710>
- Improve display of environment activation message by @Hind-M in <https://github.com/mamba-org/mamba/pull/3715>
- Adapt warnings shown when several channels are used by @jjerphan in <https://github.com/mamba-org/mamba/pull/3720>
- Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3692>
CI fixes and doc:
- build(deps): bump uraimo/run-on-arch-action from 2 to 3 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/3850>
- ci: Add "release::maintenance" Pull Request label by @jjerphan in <https://github.com/mamba-org/mamba/pull/3843>
- Warning as error default to OFF and enabled in CI by @JohanMabille in <https://github.com/mamba-org/mamba/pull/3814>
- Add missing config for RTD by @Hind-M in <https://github.com/mamba-org/mamba/pull/3801>
- Write command in multiple lines by @Hind-M in <https://github.com/mamba-org/mamba/pull/3794>
- Document that mamba 2 only supports trailing globs in version strings by @jdblischak in <https://github.com/mamba-org/mamba/pull/3783>
- Add prettier pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3663>
- Update Linux installation script for Nushell by @deephbz in <https://github.com/mamba-org/mamba/pull/3721>
- Unique Release Tag by @Klaim in <https://github.com/mamba-org/mamba/pull/3732>
- `update_changelog.py` now can also take input as cli parameters by @Klaim in <https://github.com/mamba-org/mamba/pull/3731>
- Use a portable web request for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3704>
- Document slight differences for environment export by @jjerphan in <https://github.com/mamba-org/mamba/pull/3697>
Maintenance:
- Add markdownlint pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3756>
- Consistently name `Database` objects by @jjerphan in <https://github.com/mamba-org/mamba/pull/3831>
- Remove unused structure in update path by @jjerphan in <https://github.com/mamba-org/mamba/pull/3833>
- Also run workflows for `feat/*` branches by @jjerphan in <https://github.com/mamba-org/mamba/pull/3823>
- Fix typo in Windows workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3793>
- Rerun pytest tests on `main` in case of failures by @jjerphan in <https://github.com/mamba-org/mamba/pull/3769>
- `list` refactoring by @SandrineP in <https://github.com/mamba-org/mamba/pull/3768>
- Fix build status badge by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3755>
- Don't exclude Changelog files from typos-conda by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3748>
- Update pre-commit hooks by by @mathbunnyru <https://github.com/mamba-org/mamba/pull/3746>
- Correctly exclude json files in clang-format by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3749>
## libmambapy 2.0.7.rc1 (March 05, 2025)
CI fixes and doc:

View File

@ -1,5 +1,5 @@
version_info = ("2", "0", "7")
version_prerelease = "rc1"
version_prerelease = ""
__version__ = ".".join(map(str, version_info))
if version_prerelease != "":
__version__ = f"{__version__}.{version_prerelease}"

View File

@ -1,3 +1,76 @@
## micromamba 2.0.7 (March 07, 2025)
Bug fixes:
- fix: Adapt root prefix' precedence for CONDA_ENVS_PATH by @holzman in <https://github.com/mamba-org/mamba/pull/3852>
- feat: add envs flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3837>
- feat: add revisions flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3800>
- fix: Create directories from `envs_dirs` if they do not exist by @holzman in <https://github.com/mamba-org/mamba/pull/3796>
- Add `x86_64` archspec support for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3803>
- Use correct `url` in metadata and mirrors by @Hind-M in <https://github.com/mamba-org/mamba/pull/3816>
- Add base flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3779>
- Explain unsolvable updates by @k-collie in <https://github.com/mamba-org/mamba/pull/3829>
- Adapt root prefix' precedence for `envs_dirs` by @holzman in <https://github.com/mamba-org/mamba/pull/3813>
- Fix windows paths and add tests by @Hind-M in <https://github.com/mamba-org/mamba/pull/3787>
- Adaptive level for compatible Version formatting by @jjerphan in <https://github.com/mamba-org/mamba/pull/3818>
- add export flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3780>
- Use `libmamba`'s installation instead of `mamba`'s as a fallback by @jjerphan in <https://github.com/mamba-org/mamba/pull/3792>
- add canonical flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3777>
- Factor handling of `GetModuleFileNameW` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3785>
- Adapt root prefix determination by @jjerphan in <https://github.com/mamba-org/mamba/pull/3782>
- Remove pip warning for `PIP_NO_PYTHON_VERSION_WARNING` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3770>
- Add md5 flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3773>
- Support globs in `MatchSpec` build strings by @jjerphan in <https://github.com/mamba-org/mamba/pull/3735>
- Don't encode URLs for `mamba env export --explicit` by @maresb in <https://github.com/mamba-org/mamba/pull/3745>
- Uncomment no more failing test by @Hind-M in <https://github.com/mamba-org/mamba/pull/3767>
- Use CA certificates from `conda-forge::ca-certificates` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3765>
- Handle `git+https` pip urls by @Hind-M in <https://github.com/mamba-org/mamba/pull/3764>
- Add explicit flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3760>
- Fix dependency and `subdir` in repoquery `whoneeds` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3743>
- Use `LOG_DEBUG` for CUDA version detection by @jjerphan in <https://github.com/mamba-org/mamba/pull/3757>
- Add missing thread and undefined sanitizers CMake options by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3753>
- Add reverse flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3705>
- Support more condarc paths by @SandrineP in <https://github.com/mamba-org/mamba/pull/3695>
- Add a hint on cache corruption by @jjerphan in <https://github.com/mamba-org/mamba/pull/3736>
- Options args enhancement by @Hind-M in <https://github.com/mamba-org/mamba/pull/3722>
- Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in <https://github.com/mamba-org/mamba/pull/3724>
- Honour `CONDA_ENVS_PATH` again by @jjerphan in <https://github.com/mamba-org/mamba/pull/3725>
- Improve CUDA version detection by @jjerphan in <https://github.com/mamba-org/mamba/pull/3700>
- Support installation using explicit url by @Hind-M in <https://github.com/mamba-org/mamba/pull/3710>
- Improve display of environment activation message by @Hind-M in <https://github.com/mamba-org/mamba/pull/3715>
- Adapt warnings shown when several channels are used by @jjerphan in <https://github.com/mamba-org/mamba/pull/3720>
- Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3692>
CI fixes and doc:
- build(deps): bump uraimo/run-on-arch-action from 2 to 3 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/3850>
- ci: Add "release::maintenance" Pull Request label by @jjerphan in <https://github.com/mamba-org/mamba/pull/3843>
- fix: Temporarily skip `test_pip_git_https_lockfile` by @jjerphan in <https://github.com/mamba-org/mamba/pull/3838>
- Warning as error default to OFF and enabled in CI by @JohanMabille in <https://github.com/mamba-org/mamba/pull/3814>
- Add missing config for RTD by @Hind-M in <https://github.com/mamba-org/mamba/pull/3801>
- Write command in multiple lines by @Hind-M in <https://github.com/mamba-org/mamba/pull/3794>
- Document that mamba 2 only supports trailing globs in version strings by @jdblischak in <https://github.com/mamba-org/mamba/pull/3783>
- Add prettier pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3663>
- Update Linux installation script for Nushell by @deephbz in <https://github.com/mamba-org/mamba/pull/3721>
- Unique Release Tag by @Klaim in <https://github.com/mamba-org/mamba/pull/3732>
- `update_changelog.py` now can also take input as cli parameters by @Klaim in <https://github.com/mamba-org/mamba/pull/3731>
- Use a portable web request for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3704>
- Document slight differences for environment export by @jjerphan in <https://github.com/mamba-org/mamba/pull/3697>
Maintenance:
- Add markdownlint pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3756>
- Consistently name `Database` objects by @jjerphan in <https://github.com/mamba-org/mamba/pull/3831>
- Remove unused structure in update path by @jjerphan in <https://github.com/mamba-org/mamba/pull/3833>
- Also run workflows for `feat/*` branches by @jjerphan in <https://github.com/mamba-org/mamba/pull/3823>
- Fix typo in Windows workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3793>
- Rerun pytest tests on `main` in case of failures by @jjerphan in <https://github.com/mamba-org/mamba/pull/3769>
- `list` refactoring by @SandrineP in <https://github.com/mamba-org/mamba/pull/3768>
- Fix build status badge by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3755>
- Don't exclude Changelog files from typos-conda by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3748>
- Update pre-commit hooks by by @mathbunnyru <https://github.com/mamba-org/mamba/pull/3746>
- Correctly exclude json files in clang-format by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3749>
## micromamba 2.0.7.rc1 (March 05, 2025)
Bug fixes:

View File

@ -13,12 +13,12 @@
#define UMAMBA_VERSION_MAJOR 2
#define UMAMBA_VERSION_MINOR 0
#define UMAMBA_VERSION_PATCH 7
#define UMAMBA_VERSION_IS_PRERELEASE 1
#define UMAMBA_VERSION_IS_PRERELEASE 0
#if UMAMBA_VERSION_IS_PRERELEASE == 1
#define UMAMBA_VERSION_PRERELEASE_NAME "rc1"
#define UMAMBA_VERSION_PRERELEASE_NAME ""
#endif
#define UMAMBA_VERSION_STRING "2.0.7.rc1"
#define UMAMBA_VERSION_STRING "2.0.7"
#define UMAMBA_VERSION \
(UMAMBA_VERSION_MAJOR * 10000 + UMAMBA_VERSION_MINOR * 100 + UMAMBA_VERSION_PATCH)