mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.0beta0, libmambapy 2.0.0beta0, micromamba 2.0.0beta0
This commit is contained in:
parent
43be9b51d2
commit
b5195d96b0
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,3 +1,23 @@
|
|||
2024.04.04
|
||||
==========
|
||||
|
||||
Releases: libmamba 2.0.0beta0, libmambapy 2.0.0beta0, micromamba 2.0.0beta0
|
||||
|
||||
Enhancements:
|
||||
|
||||
- [libmambapy] Bind VersionPredicate by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3255
|
||||
- [all] Update pre-commit hooks" by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3252
|
||||
- [libmamba, micromamba] Refactor os utilities by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3248
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [libmambapy] Add missing pybind header by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3256
|
||||
- [libmambapy, libmamba] Don't add duplicate .conda and .tar.bz2 packages by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3253
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- [all] Small changelog additions by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3254
|
||||
|
||||
2024.03.26
|
||||
==========
|
||||
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
libmamba 2.0.0beta0 (April 04, 2024)
|
||||
====================================
|
||||
|
||||
Enhancements:
|
||||
|
||||
- Update pre-commit hooks" by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3252
|
||||
- Refactor os utilities by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3248
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Don't add duplicate .conda and .tar.bz2 packages by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3253
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- Small changelog additions by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3254
|
||||
|
||||
libmamba 2.0.0alpha4 (March 26, 2024)
|
||||
=====================================
|
||||
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
libmambapy 2.0.0beta0 (April 04, 2024)
|
||||
======================================
|
||||
|
||||
Enhancements:
|
||||
|
||||
- Bind VersionPredicate by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3255
|
||||
- Update pre-commit hooks" by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3252
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Add missing pybind header by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3256
|
||||
- Don't add duplicate .conda and .tar.bz2 packages by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3253
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- Small changelog additions by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3254
|
||||
|
||||
libmambapy 2.0.0alpha4 (March 26, 2024)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
micromamba 2.0.0beta0 (April 04, 2024)
|
||||
======================================
|
||||
|
||||
Enhancements:
|
||||
|
||||
- Update pre-commit hooks" by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3252
|
||||
- Refactor os utilities by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3248
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- Small changelog additions by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3254
|
||||
|
||||
micromamba 2.0.0alpha4 (March 26, 2024)
|
||||
=======================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue