Enhancements:
- [all] micromamba/mamba --version displays pre-release version names + establishes pre-release versions name scheme by @Klaim in #3639
Bug fixes:
- [libmamba] fix: Wrap MAMBA_EXE around double quotes in run shell script by @luciorq in #3673
- [libmamba] fix: Activated environment name by @jjerphan in #3670
- [libmamba] Fixed uninitialized variable in curl handler by @JohanMabille in #3669
- [libmamba, micromamba] fix: Skip empty lines in environment spec files by @jjerphan in #3662
- [all] Handle .tar.gz in pkg url by @Hind-M in #3640
- [libmamba, micromamba] fix: Effectively apply dry-run on installation from PyPI by @jjerphan in #3644
- [libmamba, micromamba] fix: Handle environment with empty or absent dependencies by @jjerphan in #3657
- [micromamba] fix: Reintroduce the uninstall command by @jjerphan in #3650
- [libmamba] Allow repoquery on non env prefix by @Hind-M in #3649
CI fixes and doc:
- [libmamba, micromamba] maint: Cleanup CMake files and delete not compiled files by @mathbunnyru in #3667
- [libmambapy, micromamba] maint: Add pyupgrade pre-commit hook by @mathbunnyru in #3671
- [all] docs: Adapt shell completion subsection by @jjerphan in #3672
- [all] maint: Restructure docs configuration file and improve docs pages by @mathbunnyru in #3615
- [libmamba] maint: Use Catch2 instead of doctest by @mathbunnyru in #3618
- [all] docs: Remove installation non-recommendation by @jjerphan in #3656
- [libmambapy] ci: Remove Conda Nightly tests by @jjerphan in #3629