mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.0rc4, libmambapy 2.0.0rc4, micromamba 2.0.0rc4
This commit is contained in:
parent
5251abaad0
commit
3bc31adbf0
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
2024.08.29
|
||||
==========
|
||||
|
||||
Releases: libmamba 2.0.0rc4, libmambapy 2.0.0rc4, micromamba 2.0.0rc4
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [micromamba] test: Adapt `test_remove_orphaned` unlinks by @jjerphan in https://github.com/mamba-org/mamba/pull/3417
|
||||
- [micromamba, libmamba] fix: Reduce logging system overhead by @jjerphan in https://github.com/mamba-org/mamba/pull/3416
|
||||
|
||||
2024.08.26
|
||||
==========
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
libmamba 2.0.0rc4 (August 29, 2024)
|
||||
===================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- fix: Reduce logging system overhead by @jjerphan in https://github.com/mamba-org/mamba/pull/3416
|
||||
|
||||
libmamba 2.0.0rc3 (August 26, 2024)
|
||||
===================================
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
libmambapy 2.0.0rc4 (August 29, 2024)
|
||||
=====================================
|
||||
|
||||
|
||||
libmambapy 2.0.0rc3 (August 26, 2024)
|
||||
=====================================
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
micromamba 2.0.0rc4 (August 29, 2024)
|
||||
=====================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- test: Adapt `test_remove_orphaned` unlinks by @jjerphan in https://github.com/mamba-org/mamba/pull/3417
|
||||
- fix: Reduce logging system overhead by @jjerphan in https://github.com/mamba-org/mamba/pull/3416
|
||||
|
||||
micromamba 2.0.0rc3 (August 26, 2024)
|
||||
=====================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue