release libmamba 2.0.2, libmambapy 2.0.2, micromamba 2.0.2

This commit is contained in:
Johan Mabille 2024-10-02 18:03:58 +02:00
parent b7367417f7
commit 31b23473e0
7 changed files with 51 additions and 3 deletions

View File

@ -1,3 +1,18 @@
2024.10.02
==========
Releases: libmamba 2.0.2, libmambapy 2.0.2, micromamba 2.0.2
Bug fixes:
- [micromamba, libmamba] fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
- [libmamba] Win activate by @JohanMabille in https://github.com/mamba-org/mamba/pull/3489
- [micromamba, libmamba] Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488
CI fixes and doc:
- [all] Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491
2024.09.30
==========

View File

@ -1,3 +1,16 @@
libmamba 2.0.2 (October 02, 2024)
=================================
Bug fixes:
- fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
- Win activate by @JohanMabille in https://github.com/mamba-org/mamba/pull/3489
- Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488
CI fixes and doc:
- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491
libmamba 2.0.1 (September 30, 2024)
===================================

View File

@ -12,7 +12,7 @@
#define LIBMAMBA_VERSION_MAJOR 2
#define LIBMAMBA_VERSION_MINOR 0
#define LIBMAMBA_VERSION_PATCH 1
#define LIBMAMBA_VERSION_PATCH 2
// Binary version
#define LIBMAMBA_BINARY_CURRENT 2

View File

@ -1,3 +1,11 @@
libmambapy 2.0.2 (October 02, 2024)
===================================
CI fixes and doc:
- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491
libmambapy 2.0.1 (September 30, 2024)
=====================================

View File

@ -1,2 +1,2 @@
version_info = ("2", "0", "1")
version_info = ("2", "0", "2")
__version__ = ".".join(map(str, version_info))

View File

@ -1,3 +1,15 @@
micromamba 2.0.2 (October 02, 2024)
===================================
Bug fixes:
- fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
- Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488
CI fixes and doc:
- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491
micromamba 2.0.1 (September 30, 2024)
=====================================

View File

@ -12,7 +12,7 @@
#define UMAMBA_VERSION_MAJOR 2
#define UMAMBA_VERSION_MINOR 0
#define UMAMBA_VERSION_PATCH 1
#define UMAMBA_VERSION_PATCH 2
// Binary version
#define UMAMBA_BINARY_CURRENT 1