mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.0alpha1, libmambapy 2.0.0alpha1, micromamba 2.0.0alpha1
This commit is contained in:
parent
4f9fb52964
commit
29a19e1ef5
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
========================================
|
||||
|
||||
|
|
|
@ -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)
|
||||
==========================================
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
version_info = ("2", "0", "0alpha0")
|
||||
version_info = (2, 0, 0)
|
||||
__version__ = ".".join(map(str, version_info))
|
||||
|
|
|
@ -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)
|
||||
==========================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue