Skip to content

Commit 31b2347

Browse files
committed
release libmamba 2.0.2, libmambapy 2.0.2, micromamba 2.0.2
1 parent b736741 commit 31b2347

File tree

7 files changed

+51
-3
lines changed

7 files changed

+51
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2024.10.02
2+
==========
3+
4+
Releases: libmamba 2.0.2, libmambapy 2.0.2, micromamba 2.0.2
5+
6+
Bug fixes:
7+
8+
- [micromamba, libmamba] fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
9+
- [libmamba] Win activate by @JohanMabille in https://github.com/mamba-org/mamba/pull/3489
10+
- [micromamba, libmamba] Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488
11+
12+
CI fixes and doc:
13+
14+
- [all] Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491
15+
116
2024.09.30
217
==========
318

libmamba/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
libmamba 2.0.2 (October 02, 2024)
2+
=================================
3+
4+
Bug fixes:
5+
6+
- fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
7+
- Win activate by @JohanMabille in https://github.com/mamba-org/mamba/pull/3489
8+
- Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488
9+
10+
CI fixes and doc:
11+
12+
- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491
13+
114
libmamba 2.0.1 (September 30, 2024)
215
===================================
316

libmamba/include/mamba/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define LIBMAMBA_VERSION_MAJOR 2
1414
#define LIBMAMBA_VERSION_MINOR 0
15-
#define LIBMAMBA_VERSION_PATCH 1
15+
#define LIBMAMBA_VERSION_PATCH 2
1616

1717
// Binary version
1818
#define LIBMAMBA_BINARY_CURRENT 2

libmambapy/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libmambapy 2.0.2 (October 02, 2024)
2+
===================================
3+
4+
5+
CI fixes and doc:
6+
7+
- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491
8+
19
libmambapy 2.0.1 (September 30, 2024)
210
=====================================
311

libmambapy/src/libmambapy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = ("2", "0", "1")
1+
version_info = ("2", "0", "2")
22
__version__ = ".".join(map(str, version_info))

micromamba/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
micromamba 2.0.2 (October 02, 2024)
2+
===================================
3+
4+
Bug fixes:
5+
6+
- fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
7+
- Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488
8+
9+
CI fixes and doc:
10+
11+
- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491
12+
113
micromamba 2.0.1 (September 30, 2024)
214
=====================================
315

micromamba/src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define UMAMBA_VERSION_MAJOR 2
1414
#define UMAMBA_VERSION_MINOR 0
15-
#define UMAMBA_VERSION_PATCH 1
15+
#define UMAMBA_VERSION_PATCH 2
1616

1717
// Binary version
1818
#define UMAMBA_BINARY_CURRENT 1

0 commit comments

Comments
 (0)