mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.4alpha1, libmambapy 2.0.4alpha1, micromamba 2.0.4alpha1
This commit is contained in:
parent
27b6794ccb
commit
538ab0b476
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
2024.11.12-0
|
||||
============
|
||||
|
||||
Releases: libmamba 2.0.4alpha1, libmambapy 2.0.4alpha1, micromamba 2.0.4alpha1
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [all] fixed incorrect syntax in static_build.yml by @Klaim in https://github.com/mamba-org/mamba/pull/3592
|
||||
- [micromamba] fix: Correct `mamba env export --json --from-history` by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3590
|
||||
|
||||
2024.11.12
|
||||
==========
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
libmamba 2.0.4alpha1 (November 12, 2024)
|
||||
========================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- fixed incorrect syntax in static_build.yml by @Klaim in https://github.com/mamba-org/mamba/pull/3592
|
||||
|
||||
libmamba 2.0.4alpha0 (November 12, 2024)
|
||||
========================================
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
libmambapy 2.0.4alpha1 (November 12, 2024)
|
||||
==========================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- fixed incorrect syntax in static_build.yml by @Klaim in https://github.com/mamba-org/mamba/pull/3592
|
||||
|
||||
libmambapy 2.0.4alpha0 (November 12, 2024)
|
||||
==========================================
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
micromamba 2.0.4alpha1 (November 12, 2024)
|
||||
==========================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- fixed incorrect syntax in static_build.yml by @Klaim in https://github.com/mamba-org/mamba/pull/3592
|
||||
- fix: Correct `mamba env export --json --from-history` by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3590
|
||||
|
||||
micromamba 2.0.4alpha0 (November 12, 2024)
|
||||
==========================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue