release libmamba 2.0.0beta3, libmambapy 2.0.0beta3, micromamba 2.0.0beta3

This commit is contained in:
Johan Mabille 2024-06-14 11:34:27 +02:00
parent ab088e5d8a
commit f5abb6e1c7
4 changed files with 71 additions and 0 deletions

View File

@ -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
==========

View File

@ -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)
==================================

View File

@ -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)
====================================

View File

@ -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)
====================================