Skip to content

Commit e1f0543

Browse files
committed
release libmamba 2.1.1, micromamba 2.1.1, libmambapy 2.1.1
1 parent 6161c77 commit e1f0543

File tree

7 files changed

+102
-5
lines changed

7 files changed

+102
-5
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 2025.05.05
2+
3+
Release: 2.1.1 (libmamba, mamba, micromamba, libmambapy)
4+
5+
Enhancements:
6+
7+
- [libmamba] Use Simdjson ondemand parser instead of DOM parser by @Klaim in <https://github.com/mamba-org/mamba/pull/3878>
8+
9+
Bug fixes:
10+
11+
- [libmamba] Fix segfault in error messages by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3912>
12+
- [libmamba] fix: Requalify warning when parsing the "mod/etag" header by @jjerphan in <https://github.com/mamba-org/mamba/pull/3910>
13+
- [micromamba] Make `self-update` a command for micromamba only by @jjerphan in <https://github.com/mamba-org/mamba/pull/3906>
14+
- [libmamba] Fix nushell env for Windows by @cvanelteren in <https://github.com/mamba-org/mamba/pull/3880>
15+
- [libmamba, micromamba] fix: Give precedence to repodata when constructing `repodata_record` files by @jjerphan in <https://github.com/mamba-org/mamba/pull/3901>
16+
- [libmamba, micromamba] feat: add sha256 flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3885>
17+
- [libmamba, libmambapy] Fix VersionSpec globs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3889>
18+
- [micromamba] hotfix: in integration tests assume xtensor is v0.26 by @Klaim in <https://github.com/mamba-org/mamba/pull/3898>
19+
20+
CI fixes and doc:
21+
22+
- [all] Explicit API and ABI stability commitments by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3913>
23+
- [all] Add minimal citation information for mamba by @jjerphan in <https://github.com/mamba-org/mamba/pull/3914>
24+
25+
Maintenance:
26+
27+
- [libmambapy] DX: libmambapy import in build tree by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3916>
28+
- [libmamba] Internally add flag for switching MatchSpec parser by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3905>
29+
- [micromamba] Some test isolation by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3900>
30+
- [libmamba] Ready Libsolv for C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3899>
31+
- [all] build(deps): bump codecov/codecov-action from 4 to 5 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/3896>
32+
- [all] ci: Adapt code coverage workflow by @jjerphan in <https://github.com/mamba-org/mamba/pull/3890>
33+
134
## 2025.04.01
235

336
Release: 2.1.0 (libmamba, mamba, micromamba, libmambapy)

libmamba/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## libmamba 2.1.1 (May 05, 2025)
2+
3+
Enhancements:
4+
5+
- Use Simdjson ondemand parser instead of DOM parser by @Klaim in <https://github.com/mamba-org/mamba/pull/3878>
6+
7+
Bug fixes:
8+
9+
- Fix segfault in error messages by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3912>
10+
- fix: Requalify warning when parsing the "mod/etag" header by @jjerphan in <https://github.com/mamba-org/mamba/pull/3910>
11+
- Fix nushell env for Windows by @cvanelteren in <https://github.com/mamba-org/mamba/pull/3880>
12+
- fix: Give precedence to repodata when constructing `repodata_record` files by @jjerphan in <https://github.com/mamba-org/mamba/pull/3901>
13+
- feat: add sha256 flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3885>
14+
- Fix VersionSpec globs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3889>
15+
16+
CI fixes and doc:
17+
18+
- Explicit API and ABI stability commitments by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3913>
19+
- Add minimal citation information for mamba by @jjerphan in <https://github.com/mamba-org/mamba/pull/3914>
20+
21+
Maintenance:
22+
23+
- Internally add flag for switching MatchSpec parser by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3905>
24+
- Ready Libsolv for C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3899>
25+
- build(deps): bump codecov/codecov-action from 4 to 5 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/3896>
26+
- ci: Adapt code coverage workflow by @jjerphan in <https://github.com/mamba-org/mamba/pull/3890>
27+
128
## libmamba 2.1.0 (April 01, 2025)
229

330
Bug fixes:

libmamba/include/mamba/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
#define LIBMAMBA_VERSION_MAJOR 2
1414
#define LIBMAMBA_VERSION_MINOR 1
15-
#define LIBMAMBA_VERSION_PATCH 0
15+
#define LIBMAMBA_VERSION_PATCH 1
1616
#define LIBMAMBA_VERSION_IS_PRERELEASE 0
1717
#if LIBMAMBA_VERSION_IS_PRERELEASE == 1
1818
#define LIBMAMBA_VERSION_PRERELEASE_NAME ""
1919
#endif
2020

21-
#define LIBMAMBA_VERSION_STRING "2.1.0"
21+
#define LIBMAMBA_VERSION_STRING "2.1.1"
2222
#define LIBMAMBA_VERSION \
2323
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
2424

libmambapy/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## libmambapy 2.1.1 (May 05, 2025)
2+
3+
Bug fixes:
4+
5+
- Fix VersionSpec globs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3889>
6+
7+
CI fixes and doc:
8+
9+
- Explicit API and ABI stability commitments by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3913>
10+
- Add minimal citation information for mamba by @jjerphan in <https://github.com/mamba-org/mamba/pull/3914>
11+
12+
Maintenance:
13+
14+
- DX: libmambapy import in build tree by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3916>
15+
- build(deps): bump codecov/codecov-action from 4 to 5 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/3896>
16+
- ci: Adapt code coverage workflow by @jjerphan in <https://github.com/mamba-org/mamba/pull/3890>
17+
118
## libmambapy 2.1.0 (April 01, 2025)
219

320
Bug fixes:

libmambapy/src/libmambapy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = ("2", "1", "0")
1+
version_info = ("2", "1", "1")
22
version_prerelease = ""
33
__version__ = ".".join(map(str, version_info))
44
if version_prerelease != "":

micromamba/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## micromamba 2.1.1 (May 05, 2025)
2+
3+
Bug fixes:
4+
5+
- Make `self-update` a command for micromamba only by @jjerphan in <https://github.com/mamba-org/mamba/pull/3906>
6+
- fix: Give precedence to repodata when constructing `repodata_record` files by @jjerphan in <https://github.com/mamba-org/mamba/pull/3901>
7+
- feat: add sha256 flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3885>
8+
- hotfix: in integration tests assume xtensor is v0.26 by @Klaim in <https://github.com/mamba-org/mamba/pull/3898>
9+
10+
CI fixes and doc:
11+
12+
- Explicit API and ABI stability commitments by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3913>
13+
- Add minimal citation information for mamba by @jjerphan in <https://github.com/mamba-org/mamba/pull/3914>
14+
15+
Maintenance:
16+
17+
- Some test isolation by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3900>
18+
- build(deps): bump codecov/codecov-action from 4 to 5 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/3896>
19+
- ci: Adapt code coverage workflow by @jjerphan in <https://github.com/mamba-org/mamba/pull/3890>
20+
121
## micromamba 2.1.0 (April 01, 2025)
222

323
Bug fixes:

micromamba/src/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
#define UMAMBA_VERSION_MAJOR 2
1414
#define UMAMBA_VERSION_MINOR 1
15-
#define UMAMBA_VERSION_PATCH 0
15+
#define UMAMBA_VERSION_PATCH 1
1616
#define UMAMBA_VERSION_IS_PRERELEASE 0
1717
#if UMAMBA_VERSION_IS_PRERELEASE == 1
1818
#define UMAMBA_VERSION_PRERELEASE_NAME ""
1919
#endif
2020

21-
#define UMAMBA_VERSION_STRING "2.1.0"
21+
#define UMAMBA_VERSION_STRING "2.1.1"
2222
#define UMAMBA_VERSION \
2323
(UMAMBA_VERSION_MAJOR * 10000 + UMAMBA_VERSION_MINOR * 100 + UMAMBA_VERSION_PATCH)
2424

0 commit comments

Comments
 (0)