File tree Expand file tree Collapse file tree 7 files changed +51
-3
lines changed Expand file tree Collapse file tree 7 files changed +51
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
16
2024.09.30
2
17
==========
3
18
Original file line number Diff line number Diff line change
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
+
1
14
libmamba 2.0.1 (September 30, 2024)
2
15
===================================
3
16
Original file line number Diff line number Diff line change 12
12
13
13
#define LIBMAMBA_VERSION_MAJOR 2
14
14
#define LIBMAMBA_VERSION_MINOR 0
15
- #define LIBMAMBA_VERSION_PATCH 1
15
+ #define LIBMAMBA_VERSION_PATCH 2
16
16
17
17
// Binary version
18
18
#define LIBMAMBA_BINARY_CURRENT 2
Original file line number Diff line number Diff line change
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
+
1
9
libmambapy 2.0.1 (September 30, 2024)
2
10
=====================================
3
11
Original file line number Diff line number Diff line change 1
- version_info = ("2" , "0" , "1 " )
1
+ version_info = ("2" , "0" , "2 " )
2
2
__version__ = "." .join (map (str , version_info ))
Original file line number Diff line number Diff line change
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
+
1
13
micromamba 2.0.1 (September 30, 2024)
2
14
=====================================
3
15
Original file line number Diff line number Diff line change 12
12
13
13
#define UMAMBA_VERSION_MAJOR 2
14
14
#define UMAMBA_VERSION_MINOR 0
15
- #define UMAMBA_VERSION_PATCH 1
15
+ #define UMAMBA_VERSION_PATCH 2
16
16
17
17
// Binary version
18
18
#define UMAMBA_BINARY_CURRENT 1
You can’t perform that action at this time.
0 commit comments