mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.0beta3, libmambapy 2.0.0beta3, micromamba 2.0.0beta3
This commit is contained in:
parent
ab088e5d8a
commit
f5abb6e1c7
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,3 +1,25 @@
|
|||
2024.06.14
|
||||
==========
|
||||
|
||||
Releases: libmamba 2.0.0beta3, libmambapy 2.0.0beta3, micromamba 2.0.0beta3
|
||||
|
||||
Enhancements:
|
||||
|
||||
- [libmamba] maint: Remove some warnings by @jjerphan in https://github.com/mamba-org/mamba/pull/3320
|
||||
- [libmamba] maint: Remove `PrefixData::load` by @jjerphan in https://github.com/mamba-org/mamba/pull/3318
|
||||
- [libmamba, micromamba] OCI/Conda mapping by @Hind-M in https://github.com/mamba-org/mamba/pull/3310
|
||||
- [libmamba, micromamba] [OCI - Mirrors] Add tests and doc by @Hind-M in https://github.com/mamba-org/mamba/pull/3307
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [libmambapy, libmamba] libmambapy: use `Context` explicitly by @Klaim in https://github.com/mamba-org/mamba/pull/3309
|
||||
- [micromamba] Fix test_no_python_pinning by @Hind-M in https://github.com/mamba-org/mamba/pull/3319
|
||||
- [all] Fix release scripts by @Hind-M in https://github.com/mamba-org/mamba/pull/3306
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- [all] Fix CI failure on win-64 by @Hind-M in https://github.com/mamba-org/mamba/pull/3315
|
||||
|
||||
2024.05.29
|
||||
==========
|
||||
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
libmamba 2.0.0beta3 (June 14, 2024)
|
||||
===================================
|
||||
|
||||
Enhancements:
|
||||
|
||||
- maint: Remove some warnings by @jjerphan in https://github.com/mamba-org/mamba/pull/3320
|
||||
- maint: Remove `PrefixData::load` by @jjerphan in https://github.com/mamba-org/mamba/pull/3318
|
||||
- OCI/Conda mapping by @Hind-M in https://github.com/mamba-org/mamba/pull/3310
|
||||
- [OCI - Mirrors] Add tests and doc by @Hind-M in https://github.com/mamba-org/mamba/pull/3307
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- libmambapy: use `Context` explicitly by @Klaim in https://github.com/mamba-org/mamba/pull/3309
|
||||
- Fix release scripts by @Hind-M in https://github.com/mamba-org/mamba/pull/3306
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- Fix CI failure on win-64 by @Hind-M in https://github.com/mamba-org/mamba/pull/3315
|
||||
|
||||
libmamba 2.0.0beta2 (May 29, 2024)
|
||||
==================================
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
libmambapy 2.0.0beta3 (June 14, 2024)
|
||||
=====================================
|
||||
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- libmambapy: use `Context` explicitly by @Klaim in https://github.com/mamba-org/mamba/pull/3309
|
||||
- Fix release scripts by @Hind-M in https://github.com/mamba-org/mamba/pull/3306
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- Fix CI failure on win-64 by @Hind-M in https://github.com/mamba-org/mamba/pull/3315
|
||||
|
||||
libmambapy 2.0.0beta2 (May 29, 2024)
|
||||
====================================
|
||||
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
micromamba 2.0.0beta3 (June 14, 2024)
|
||||
=====================================
|
||||
|
||||
Enhancements:
|
||||
|
||||
- OCI/Conda mapping by @Hind-M in https://github.com/mamba-org/mamba/pull/3310
|
||||
- [OCI - Mirrors] Add tests and doc by @Hind-M in https://github.com/mamba-org/mamba/pull/3307
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Fix test_no_python_pinning by @Hind-M in https://github.com/mamba-org/mamba/pull/3319
|
||||
- Fix release scripts by @Hind-M in https://github.com/mamba-org/mamba/pull/3306
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- Fix CI failure on win-64 by @Hind-M in https://github.com/mamba-org/mamba/pull/3315
|
||||
|
||||
micromamba 2.0.0beta2 (May 29, 2024)
|
||||
====================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue