release libmamba 2.0.0alpha1, libmambapy 2.0.0alpha1, micromamba 2.0.0alpha1

This commit is contained in:
Johan Mabille 2023-12-18 11:50:36 +01:00
parent 4f9fb52964
commit 29a19e1ef5
5 changed files with 42 additions and 2 deletions

View File

@ -1,4 +1,17 @@
2023.12.??
2023.12.18
==========
Releases: libmamba 2.0.0alpha1, libmambapy 2.0.0alpha1, micromamba 2.0.0alpha1
Bug fixes:
- [libmambapy] Fix 2.0 alpha by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3067
CI fixes and doc:
- [all] Add CI merge groups by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3068
2023.12.14
==========
Releases: libmamba 2.0.0alpha0, libmambapy 2.0.0alpha0, micromamba 2.0.0alpha0

View File

@ -1,3 +1,11 @@
libmamba 2.0.0alpha1 (December 18, 2023)
========================================
CI fixes and doc:
- Add CI merge groups by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3068
libmamba 2.0.0alpha0 (December 14, 2023)
========================================

View File

@ -1,3 +1,14 @@
libmambapy 2.0.0alpha1 (December 18, 2023)
==========================================
Bug fixes:
- Fix 2.0 alpha by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3067
CI fixes and doc:
- Add CI merge groups by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3068
libmambapy 2.0.0alpha0 (December 14, 2023)
==========================================

View File

@ -1,2 +1,2 @@
version_info = ("2", "0", "0alpha0")
version_info = (2, 0, 0)
__version__ = ".".join(map(str, version_info))

View File

@ -1,3 +1,11 @@
micromamba 2.0.0alpha1 (December 18, 2023)
==========================================
CI fixes and doc:
- Add CI merge groups by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3068
micromamba 2.0.0alpha0 (December 14, 2023)
==========================================