Skip to content

Commit 46d3acd

Browse files
committed
release libmamba 1.4.3, libmambapy 1.4.3, mamba 1.4.3, micromamba 1.4.3
1 parent 18ca4f1 commit 46d3acd

File tree

9 files changed

+139
-4
lines changed

9 files changed

+139
-4
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
2023.05.15
2+
==========
3+
4+
Releases: libmamba 1.4.3, libmambapy 1.4.3, mamba 1.4.3, micromamba 1.4.3
5+
6+
Enhancements:
7+
8+
- [libmamba] No Storing Channel\* and MRepo\* in Solvables by @AntoinPrv in https://github.com/mamba-org/mamba/pull/2409
9+
- [libmamba, libmambapy] Remove dead code / attribute by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2454
10+
- [all] Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2432
11+
- [libmamba] Clean up fetch by @Hind-M in https://github.com/mamba-org/mamba/pull/2452
12+
- [libmamba] Wapped curl multi handle by @JohanMabille in https://github.com/mamba-org/mamba/pull/2459
13+
- [libmamba] Remove empty test\_flat\_set.hpp by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2471
14+
- [libmamba] Add doctest printer for pair and vector by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2470
15+
- [libmamba] Add topological sort by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2467
16+
- [mamba] Add mamba version to mamba info output by @Hind-M in https://github.com/mamba-org/mamba/pull/2477
17+
- [libmamba, libmambapy] Store PackageInfo::track\_features as a vector by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2478
18+
- [libmamba] Use topological sort instead of libsolv by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2472
19+
- [libmamba] Remove assign\_or in favor of json::value by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2487
20+
- [all] Resume Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2460
21+
- [micromamba] cleanup: fix pytest warnings by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2490
22+
- [libmamba] Improve micromamba transaction message by @ruben-arts in https://github.com/mamba-org/mamba/pull/2474
23+
- [libmamba] Remove unused raw function in subdirdata by @Hind-M in https://github.com/mamba-org/mamba/pull/2491
24+
- [libmamba] Wrap ::Pool and ::Repo by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2401
25+
- [libmamba] Curl wrapping by @Hind-M in https://github.com/mamba-org/mamba/pull/2468
26+
- [libmamba] Reset fish shell status even if variable not exists by @soraxas in https://github.com/mamba-org/mamba/pull/2509
27+
- [libmamba, libmambapy, micromamba] Use libsolv wrappers in MPool and MRepo by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2453
28+
- [libmamba, micromamba] add bearer token authentication by @wolfv in https://github.com/mamba-org/mamba/pull/2512
29+
30+
Bug fixes:
31+
32+
- [libmamba] fix: parsing of empty track\_features by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2485
33+
- [libmamba] track\_feature typo by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2488
34+
- [libmamba, mamba] Move repoquery python test from libmamba (not run) to mamba by @Hind-M in https://github.com/mamba-org/mamba/pull/2489
35+
- [libmamba] Set log\_level to critical with --json option by @Hind-M in https://github.com/mamba-org/mamba/pull/2484
36+
- [libmamba] Add missing cstdint include for GCC 13 by @alexfikl in https://github.com/mamba-org/mamba/pull/2511
37+
- [libmamba] Forward NETRC environment variable to curl, if exported by @timostrunk in https://github.com/mamba-org/mamba/pull/2497
38+
- [libmamba] Remove wrong $Args in psm1 by @troubadour-hell in https://github.com/mamba-org/mamba/pull/2499
39+
- [libmamba] Avoid using /tmp by @johnhany97 in https://github.com/mamba-org/mamba/pull/2447
40+
- [libmamba] Fixed winreg search by @JohanMabille in https://github.com/mamba-org/mamba/pull/2526
41+
42+
CI fixes and doc:
43+
44+
- [libmamba] Extend troubleshooting docs by @jonashaag in https://github.com/mamba-org/mamba/pull/2451
45+
- [all] Extend issue template by @jonashaag in https://github.com/mamba-org/mamba/pull/2310
46+
147
2023.04.06
248
==========
349

libmamba/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
libmamba 1.4.3 (May 15, 2023)
2+
=============================
3+
4+
Enhancements:
5+
6+
- No Storing Channel\* and MRepo\* in Solvables by @AntoinPrv in https://github.com/mamba-org/mamba/pull/2409
7+
- Remove dead code / attribute by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2454
8+
- Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2432
9+
- Clean up fetch by @Hind-M in https://github.com/mamba-org/mamba/pull/2452
10+
- Wapped curl multi handle by @JohanMabille in https://github.com/mamba-org/mamba/pull/2459
11+
- Remove empty test\_flat\_set.hpp by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2471
12+
- Add doctest printer for pair and vector by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2470
13+
- Add topological sort by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2467
14+
- Store PackageInfo::track\_features as a vector by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2478
15+
- Use topological sort instead of libsolv by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2472
16+
- Remove assign\_or in favor of json::value by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2487
17+
- Resume Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2460
18+
- Improve micromamba transaction message by @ruben-arts in https://github.com/mamba-org/mamba/pull/2474
19+
- Remove unused raw function in subdirdata by @Hind-M in https://github.com/mamba-org/mamba/pull/2491
20+
- Wrap ::Pool and ::Repo by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2401
21+
- Curl wrapping by @Hind-M in https://github.com/mamba-org/mamba/pull/2468
22+
- Reset fish shell status even if variable not exists by @soraxas in https://github.com/mamba-org/mamba/pull/2509
23+
- Use libsolv wrappers in MPool and MRepo by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2453
24+
- add bearer token authentication by @wolfv in https://github.com/mamba-org/mamba/pull/2512
25+
26+
Bug fixes:
27+
28+
- fix: parsing of empty track\_features by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2485
29+
- track\_feature typo by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2488
30+
- Move repoquery python test from libmamba (not run) to mamba by @Hind-M in https://github.com/mamba-org/mamba/pull/2489
31+
- Set log\_level to critical with --json option by @Hind-M in https://github.com/mamba-org/mamba/pull/2484
32+
- Add missing cstdint include for GCC 13 by @alexfikl in https://github.com/mamba-org/mamba/pull/2511
33+
- Forward NETRC environment variable to curl, if exported by @timostrunk in https://github.com/mamba-org/mamba/pull/2497
34+
- Remove wrong $Args in psm1 by @troubadour-hell in https://github.com/mamba-org/mamba/pull/2499
35+
- Avoid using /tmp by @johnhany97 in https://github.com/mamba-org/mamba/pull/2447
36+
- Fixed winreg search by @JohanMabille in https://github.com/mamba-org/mamba/pull/2526
37+
38+
CI fixes and doc:
39+
40+
- Extend troubleshooting docs by @jonashaag in https://github.com/mamba-org/mamba/pull/2451
41+
- Extend issue template by @jonashaag in https://github.com/mamba-org/mamba/pull/2310
42+
143
libmamba 1.4.2 (April 06, 2023)
244
===============================
345

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 1
1414
#define LIBMAMBA_VERSION_MINOR 4
15-
#define LIBMAMBA_VERSION_PATCH 2
15+
#define LIBMAMBA_VERSION_PATCH 3
1616

1717
// Binary version
1818
#define LIBMAMBA_BINARY_CURRENT 2

libmambapy/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
libmambapy 1.4.3 (May 15, 2023)
2+
===============================
3+
4+
Enhancements:
5+
6+
- Remove dead code / attribute by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2454
7+
- Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2432
8+
- Store PackageInfo::track\_features as a vector by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2478
9+
- Resume Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2460
10+
- Use libsolv wrappers in MPool and MRepo by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2453
11+
12+
CI fixes and doc:
13+
14+
- Extend issue template by @jonashaag in https://github.com/mamba-org/mamba/pull/2310
15+
116
libmambapy 1.4.2 (April 06, 2023)
217
=================================
318

libmambapy/libmambapy/_version.py

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

mamba/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
mamba 1.4.3 (May 15, 2023)
2+
==========================
3+
4+
Enhancements:
5+
6+
- Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2432
7+
- Add mamba version to mamba info output by @Hind-M in https://github.com/mamba-org/mamba/pull/2477
8+
- Resume Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2460
9+
10+
Bug fixes:
11+
12+
- Move repoquery python test from libmamba (not run) to mamba by @Hind-M in https://github.com/mamba-org/mamba/pull/2489
13+
14+
CI fixes and doc:
15+
16+
- Extend issue template by @jonashaag in https://github.com/mamba-org/mamba/pull/2310
17+
118
mamba 1.4.2 (April 06, 2023)
219
============================
320

mamba/mamba/_version.py

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

micromamba/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
micromamba 1.4.3 (May 15, 2023)
2+
===============================
3+
4+
Enhancements:
5+
6+
- Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2432
7+
- Resume Context structuring by @Hind-M in https://github.com/mamba-org/mamba/pull/2460
8+
- cleanup: fix pytest warnings by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2490
9+
- Use libsolv wrappers in MPool and MRepo by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2453
10+
- add bearer token authentication by @wolfv in https://github.com/mamba-org/mamba/pull/2512
11+
12+
CI fixes and doc:
13+
14+
- Extend issue template by @jonashaag in https://github.com/mamba-org/mamba/pull/2310
15+
116
micromamba 1.4.2 (April 06, 2023)
217
=================================
318

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 1
1414
#define UMAMBA_VERSION_MINOR 4
15-
#define UMAMBA_VERSION_PATCH 2
15+
#define UMAMBA_VERSION_PATCH 3
1616

1717
// Binary version
1818
#define UMAMBA_BINARY_CURRENT 1

0 commit comments

Comments
 (0)