Skip to content

Commit

Permalink
release libmamba 2.0.0rc5, libmambapy 2.0.0rc5, micromamba 2.0.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Sep 13, 2024
1 parent 5810eb8 commit f1f0827
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==========

Expand Down
22 changes: 22 additions & 0 deletions libmamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
===================================

Expand Down
16 changes: 16 additions & 0 deletions libmambapy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
=====================================

Expand Down
18 changes: 18 additions & 0 deletions micromamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
=====================================

Expand Down

0 comments on commit f1f0827

Please sign in to comment.