Enhancements:
- [micromamba] test: Adapt test_explicit_export_topologically_sorted by @jjerphan in #3377
- [libmamba] test: Comparability and hashability of
PackageInfo
andMatchSpec
by @jjerphan in #3369 - [libmamba] build: Support fmt 11 (follow-up) by @jjerphan in #3371
- [libmamba, micromamba] build: Support fmt 11 by @jjerphan in #3368
- [libmamba] Make more classes hashable and comparable by @jjerphan in #3363
- [libmambapy, libmamba] Replace
Context
withContext::platform
where possible by @jjerphan in #3364
Bug fixes:
- [libmamba, micromamba] [micromamba] Fix behavior of
env update
(to mimick conda) by @Hind-M in #3396 - [libmamba] Reset the prompt back to default by @cvanelteren in #3392
- [libmamba] Add missing header by @Hind-M in #3389
- [libmamba] Restore previous behavior of
MAMBA_ROOT_PREFIX
by @Hind-M in #3365
CI fixes and doc: