diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d84f487..9807699c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +2024.09.13 +========== + +Releases: libmamba 2.0.0rc5, libmambapy 2.0.0rc5, micromamba 2.0.0rc5 + +Enhancements: + +- [all] Remove cctools patch from feedstock in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3442 + +Bug fixes: + +- [libmamba, libmambapy] fix: add warning when using defaults by @wolfv in https://github.com/mamba-org/mamba/pull/3434 +- [libmamba, micromamba] Add fallback to root prefix by @Hind-M in https://github.com/mamba-org/mamba/pull/3435 +- [libmamba] Fix x86_64 to use underscore instead of dash by @traversaro in https://github.com/mamba-org/mamba/pull/3433 +- [libmamba, micromamba] Fixed micromamba static build after cctools and ld64 upgrade on conda… by @JohanMabille in https://github.com/mamba-org/mamba/pull/3436 +- [libmamba, micromamba] fix: PyPI support for `env update` by @jjerphan in https://github.com/mamba-org/mamba/pull/3419 +- [libmamba] Fix output by @Hind-M in https://github.com/mamba-org/mamba/pull/3428 +- [all] Update mamba.sh.in script by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3422 +- [libmamba] Execute remove action before install actions by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3424 + +CI fixes and doc: + +- [all] docs: Specify `CMAKE_INSTALL_PREFIX` by @jjerphan in https://github.com/mamba-org/mamba/pull/3438 + 2024.08.29 ========== diff --git a/libmamba/CHANGELOG.md b/libmamba/CHANGELOG.md index 0ee1ef1c0..b8871f37f 100644 --- a/libmamba/CHANGELOG.md +++ b/libmamba/CHANGELOG.md @@ -1,3 +1,25 @@ +libmamba 2.0.0rc5 (September 13, 2024) +====================================== + +Enhancements: + +- Remove cctools patch from feedstock in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3442 + +Bug fixes: + +- fix: add warning when using defaults by @wolfv in https://github.com/mamba-org/mamba/pull/3434 +- Add fallback to root prefix by @Hind-M in https://github.com/mamba-org/mamba/pull/3435 +- Fix x86_64 to use underscore instead of dash by @traversaro in https://github.com/mamba-org/mamba/pull/3433 +- Fixed micromamba static build after cctools and ld64 upgrade on conda… by @JohanMabille in https://github.com/mamba-org/mamba/pull/3436 +- fix: PyPI support for `env update` by @jjerphan in https://github.com/mamba-org/mamba/pull/3419 +- Fix output by @Hind-M in https://github.com/mamba-org/mamba/pull/3428 +- Update mamba.sh.in script by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3422 +- Execute remove action before install actions by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3424 + +CI fixes and doc: + +- docs: Specify `CMAKE_INSTALL_PREFIX` by @jjerphan in https://github.com/mamba-org/mamba/pull/3438 + libmamba 2.0.0rc4 (August 29, 2024) =================================== diff --git a/libmambapy/CHANGELOG.md b/libmambapy/CHANGELOG.md index c59583e30..04219ff7d 100644 --- a/libmambapy/CHANGELOG.md +++ b/libmambapy/CHANGELOG.md @@ -1,3 +1,19 @@ +libmambapy 2.0.0rc5 (September 13, 2024) +======================================== + +Enhancements: + +- Remove cctools patch from feedstock in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3442 + +Bug fixes: + +- fix: add warning when using defaults by @wolfv in https://github.com/mamba-org/mamba/pull/3434 +- Update mamba.sh.in script by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3422 + +CI fixes and doc: + +- docs: Specify `CMAKE_INSTALL_PREFIX` by @jjerphan in https://github.com/mamba-org/mamba/pull/3438 + libmambapy 2.0.0rc4 (August 29, 2024) ===================================== diff --git a/micromamba/CHANGELOG.md b/micromamba/CHANGELOG.md index 4aaba0025..806675dc3 100644 --- a/micromamba/CHANGELOG.md +++ b/micromamba/CHANGELOG.md @@ -1,3 +1,21 @@ +micromamba 2.0.0rc5 (September 13, 2024) +======================================== + +Enhancements: + +- Remove cctools patch from feedstock in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3442 + +Bug fixes: + +- Add fallback to root prefix by @Hind-M in https://github.com/mamba-org/mamba/pull/3435 +- Fixed micromamba static build after cctools and ld64 upgrade on conda… by @JohanMabille in https://github.com/mamba-org/mamba/pull/3436 +- fix: PyPI support for `env update` by @jjerphan in https://github.com/mamba-org/mamba/pull/3419 +- Update mamba.sh.in script by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3422 + +CI fixes and doc: + +- docs: Specify `CMAKE_INSTALL_PREFIX` by @jjerphan in https://github.com/mamba-org/mamba/pull/3438 + micromamba 2.0.0rc4 (August 29, 2024) =====================================