From feafaf0e9601096042136be86c8a8ee9325b1235 Mon Sep 17 00:00:00 2001 From: Hind Montassif Date: Thu, 21 Nov 2024 13:02:28 +0100 Subject: [PATCH] release libmamba 2.0.4alpha3, libmambapy 2.0.4alpha3, micromamba 2.0.4alpha3 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ libmamba/CHANGELOG.md | 21 +++++++++++++++++++++ libmambapy/CHANGELOG.md | 14 ++++++++++++++ micromamba/CHANGELOG.md | 21 +++++++++++++++++++++ 4 files changed, 83 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fae4896d..4b6f64121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +2024.11.21 +========== + +Releases: libmamba 2.0.4alpha3, libmambapy 2.0.4alpha3, micromamba 2.0.4alpha3 + +Enhancements: + +- [micromamba] feat: List PyPI packages in environment export by @jjerphan in https://github.com/mamba-org/mamba/pull/3623 + +Bug fixes: + +- [libmamba] Fix build trailing `*` display by @Hind-M in https://github.com/mamba-org/mamba/pull/3619 +- [libmamba] fixed: incorrect erasing of env vars by @Klaim in https://github.com/mamba-org/mamba/pull/3622 +- [libmamba] Prevent pip "rich" ouput by @Klaim in https://github.com/mamba-org/mamba/pull/3607 +- [micromamba, libmamba] maint: Address compiler warnings by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3605 +- [micromamba] fix: Export `'channels'` as part of environments' export by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3587 + +CI fixes and doc: + +- [all] doc: show how to use advanced match specs in yaml spec by @corneliusroemer in https://github.com/mamba-org/mamba/pull/3384 +- [all] Doc: how to install specific Micromamba version by @truh in https://github.com/mamba-org/mamba/pull/3517 +- [all] doc: Homebrew currently only installs micromamba v1 by @corneliusroemer in https://github.com/mamba-org/mamba/pull/3499 +- [all] maint: Add dependabot config for GitHub workflows/actions by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3614 +- [all] maint: Unify `cmake` calls in workflows, build win static builds in p… by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3616 +- [all] docs: Update pieces of documentation after the release of mamba 2 by @jjerphan in https://github.com/mamba-org/mamba/pull/3610 +- [libmambapy, libmamba] maint: Update clang-format to v19 by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3600 + 2024.11.14 ========== diff --git a/libmamba/CHANGELOG.md b/libmamba/CHANGELOG.md index 01e013396..3174d1ea0 100644 --- a/libmamba/CHANGELOG.md +++ b/libmamba/CHANGELOG.md @@ -1,3 +1,24 @@ +libmamba 2.0.4alpha3 (November 21, 2024) +======================================== + + +Bug fixes: + +- Fix build trailing `*` display by @Hind-M in https://github.com/mamba-org/mamba/pull/3619 +- fixed: incorrect erasing of env vars by @Klaim in https://github.com/mamba-org/mamba/pull/3622 +- Prevent pip "rich" ouput by @Klaim in https://github.com/mamba-org/mamba/pull/3607 +- maint: Address compiler warnings by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3605 + +CI fixes and doc: + +- doc: show how to use advanced match specs in yaml spec by @corneliusroemer in https://github.com/mamba-org/mamba/pull/3384 +- Doc: how to install specific Micromamba version by @truh in https://github.com/mamba-org/mamba/pull/3517 +- doc: Homebrew currently only installs micromamba v1 by @corneliusroemer in https://github.com/mamba-org/mamba/pull/3499 +- maint: Add dependabot config for GitHub workflows/actions by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3614 +- maint: Unify `cmake` calls in workflows, build win static builds in p… by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3616 +- docs: Update pieces of documentation after the release of mamba 2 by @jjerphan in https://github.com/mamba-org/mamba/pull/3610 +- maint: Update clang-format to v19 by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3600 + libmamba 2.0.4alpha2 (November 14, 2024) ======================================== diff --git a/libmambapy/CHANGELOG.md b/libmambapy/CHANGELOG.md index b341f0634..1bdc2f21d 100644 --- a/libmambapy/CHANGELOG.md +++ b/libmambapy/CHANGELOG.md @@ -1,3 +1,17 @@ +libmambapy 2.0.4alpha3 (November 21, 2024) +========================================== + + +CI fixes and doc: + +- doc: show how to use advanced match specs in yaml spec by @corneliusroemer in https://github.com/mamba-org/mamba/pull/3384 +- Doc: how to install specific Micromamba version by @truh in https://github.com/mamba-org/mamba/pull/3517 +- doc: Homebrew currently only installs micromamba v1 by @corneliusroemer in https://github.com/mamba-org/mamba/pull/3499 +- maint: Add dependabot config for GitHub workflows/actions by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3614 +- maint: Unify `cmake` calls in workflows, build win static builds in p… by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3616 +- docs: Update pieces of documentation after the release of mamba 2 by @jjerphan in https://github.com/mamba-org/mamba/pull/3610 +- maint: Update clang-format to v19 by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3600 + libmambapy 2.0.4alpha2 (November 14, 2024) ========================================== diff --git a/micromamba/CHANGELOG.md b/micromamba/CHANGELOG.md index 419fa8790..36632a186 100644 --- a/micromamba/CHANGELOG.md +++ b/micromamba/CHANGELOG.md @@ -1,3 +1,24 @@ +micromamba 2.0.4alpha3 (November 21, 2024) +========================================== + +Enhancements: + +- feat: List PyPI packages in environment export by @jjerphan in https://github.com/mamba-org/mamba/pull/3623 + +Bug fixes: + +- maint: Address compiler warnings by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3605 +- fix: Export `'channels'` as part of environments' export by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3587 + +CI fixes and doc: + +- doc: show how to use advanced match specs in yaml spec by @corneliusroemer in https://github.com/mamba-org/mamba/pull/3384 +- Doc: how to install specific Micromamba version by @truh in https://github.com/mamba-org/mamba/pull/3517 +- doc: Homebrew currently only installs micromamba v1 by @corneliusroemer in https://github.com/mamba-org/mamba/pull/3499 +- maint: Add dependabot config for GitHub workflows/actions by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3614 +- maint: Unify `cmake` calls in workflows, build win static builds in p… by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3616 +- docs: Update pieces of documentation after the release of mamba 2 by @jjerphan in https://github.com/mamba-org/mamba/pull/3610 + micromamba 2.0.4alpha2 (November 14, 2024) ==========================================