Skip to content

Commit f38446f

Browse files
committed
release libmamba 2.6.0.rc0, micromamba 2.6.0.rc0, libmambapy 2.6.0.rc0
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
1 parent 8c09112 commit f38446f

File tree

7 files changed

+215
-12
lines changed

7 files changed

+215
-12
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
## 2026.04.07
2+
3+
Release: 2.6.0.rc0 (libmamba, mamba, micromamba, libmambapy)
4+
5+
Enhancements:
6+
7+
- [micromamba, libmamba] feat: Prefilter Shard Records on Python Minor Version by @jjerphan in <https://github.com/mamba-org/mamba/pull/4214>
8+
- [libmamba] feat: Introduce `MatchSpec::extract_name` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4206>
9+
- [libmamba] feat: Optimize `PackageInfo` descending sorts by @jjerphan in <https://github.com/mamba-org/mamba/pull/4208>
10+
- [libmamba] feat: Shard Index Handling Adaptation by @jjerphan in <https://github.com/mamba-org/mamba/pull/4190>
11+
- [libmamba] feat: Parse optional fields for `ShardPackageRecord` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4195>
12+
- [libmamba] feat: Support `track_features` for `ShardRecord` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4192>
13+
- [libmamba] feat: Shard Caching by @jjerphan in <https://github.com/mamba-org/mamba/pull/4174>
14+
- [micromamba, libmamba] feat: Do not warn for missing channels index by @jjerphan in <https://github.com/mamba-org/mamba/pull/4189>
15+
- [all] build: Export `libmamba-spdlog` target for building dependencies in tree by @opoplawski in <https://github.com/mamba-org/mamba/pull/4172>
16+
- [libmamba] feat: Sharded Repodata by @jjerphan in <https://github.com/mamba-org/mamba/pull/4162>
17+
- [libmamba] feat: Support `MSGPACK_OBJECT_ARRAY` for hashes by @jjerphan in <https://github.com/mamba-org/mamba/pull/4167>
18+
- [micromamba, libmamba] feat: Redesign packages caches hierarchically on channels and platforms by @jjerphan in <https://github.com/mamba-org/mamba/pull/4163>
19+
- [libmamba] feat: Consider `emscripten` a UNIX platform by @jjerphan in <https://github.com/mamba-org/mamba/pull/4168>
20+
- [libmamba] feat: Shard Traversal by @jjerphan in <https://github.com/mamba-org/mamba/pull/4161>
21+
- [libmamba] feat: ShardIndexLoader by @jjerphan in <https://github.com/mamba-org/mamba/pull/4149>
22+
- [libmamba] feat: Shards by @jjerphan in <https://github.com/mamba-org/mamba/pull/4148>
23+
- [libmamba, libmambapy] feat: Shard types and utils by @jjerphan in <https://github.com/mamba-org/mamba/pull/4145>
24+
- [micromamba, libmamba] feat: Support Prefix Data Interoperability by @jjerphan in <https://github.com/mamba-org/mamba/pull/4123>
25+
26+
Bug fixes:
27+
28+
- [micromamba, libmamba] config sub-command output hides secrets by @Klaim in <https://github.com/mamba-org/mamba/pull/4223>
29+
- [micromamba, libmamba] fix: Minor adaptations for sharded repodata support by @jjerphan in <https://github.com/mamba-org/mamba/pull/4187>
30+
- [micromamba, libmamba] fix: JSON should be set to `"success": false` when any transactions failed by @Klaim in <https://github.com/mamba-org/mamba/pull/4201>
31+
- [libmamba] fix: Skip non-executable matches in `which_in_one_impl` by @xsjk in <https://github.com/mamba-org/mamba/pull/4197>
32+
- [libmamba] fix: Adapt Shards base URL to handle channel identifiers by @jjerphan in <https://github.com/mamba-org/mamba/pull/4210>
33+
- [libmamba] fix: Treat sibling-subdir shard loads as successful by @jjerphan in <https://github.com/mamba-org/mamba/pull/4209>
34+
- [libmamba] fix: Exclude Installed Packages from Root Packages by @jjerphan in <https://github.com/mamba-org/mamba/pull/4205>
35+
- [libmamba] fix: Fallback on `uv` for listing installed packages if `pip` is not available by @jjerphan in <https://github.com/mamba-org/mamba/pull/4203>
36+
- [libmamba] fix: Respect thread affinity concurrency by @jjerphan in <https://github.com/mamba-org/mamba/pull/4193>
37+
- [libmamba] fix: Pass priorities in `load_single_subdir` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4188>
38+
- [micromamba] fix: Omit `--detach` option for run subcommand on Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4185>
39+
- [micromamba, libmamba] fix: Sort `mamba search` results on version numerically by @jjerphan in <https://github.com/mamba-org/mamba/pull/4160>
40+
- [micromamba] fix: Pretty print short result for `mamba search` by default by @kuepe-sl in <https://github.com/mamba-org/mamba/pull/4066>
41+
- [micromamba, libmamba] fix: Show `pip` and `uv` output by default by @jjerphan in <https://github.com/mamba-org/mamba/pull/4155>
42+
- [micromamba, libmamba] Graceful handling of download cancel/interruption by @Klaim in <https://github.com/mamba-org/mamba/pull/4146>
43+
- [micromamba, libmamba] fix: Do not show activation message for dry runs by @jjerphan in <https://github.com/mamba-org/mamba/pull/4140>
44+
- [libmamba] fix: Only call `get_all_running_processes_info` when needed by @mihaitodor in <https://github.com/mamba-org/mamba/pull/4135>
45+
- [libmamba] Add #include <functional> for std::ref by @opoplawski in <https://github.com/mamba-org/mamba/pull/4132>
46+
47+
CI fixes and doc:
48+
49+
- [all] Fixed path in micromamba-installation.rst by @clausmichele in <https://github.com/mamba-org/mamba/pull/4194>
50+
- [all] ci: Disable `mamba-content-trust and auth tests` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4186>
51+
- [all] docs: Click to Copy code-blocks by @jjerphan in <https://github.com/mamba-org/mamba/pull/4175>
52+
- [all] ci: Exclude C++ tests in code coverage by @jjerphan in <https://github.com/mamba-org/mamba/pull/4147>
53+
- [all] ci: Use the `dev` branch from `micromamba-feedstock` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4144>
54+
- [all] ci: Free disk space for all linux workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4138>
55+
- [all] ci: Free disk space for linux workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4137>
56+
57+
Maintenance:
58+
59+
- [libmamba] maint: Retry for `update` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4220>
60+
- [libmamba] maint: Factorize common parts of the `install`, `update` and `remove` paths by @jjerphan in <https://github.com/mamba-org/mamba/pull/4215>
61+
- [all] build(deps): bump mamba-org/setup-micromamba from 2 to 3 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4219>
62+
- [all] build(deps): bump codecov/codecov-action from 5 to 6 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4218>
63+
- [micromamba] maint: Increase timeout of `test_env_logging_overhead_regression` to 1 minute by @jjerphan in <https://github.com/mamba-org/mamba/pull/4217>
64+
- [libmamba] maint: Replace `ShardPackageRecord` with `RepoDataPackage` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4212>
65+
- [libmamba] maint: Reduce logging in `Shards::parse_shard_msgpack` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4207>
66+
- [libmamba] maint: Split `load_channels_impl` into several functions by @jjerphan in <https://github.com/mamba-org/mamba/pull/4178>
67+
- [libmamba] maint: Adapt `Shards` ownership model by @jjerphan in <https://github.com/mamba-org/mamba/pull/4177>
68+
- [all] build(deps): bump actions/upload-artifact from 6 to 7 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4180>
69+
- [micromamba] maint: Increase timeout of `test_env_logging_overhead_regression` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4173>
70+
- [libmamba] maint: Refactor Channel Loader by @jjerphan in <https://github.com/mamba-org/mamba/pull/4169>
71+
- [libmamba] maint: Introduce `DownloadRequestComponents` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4164>
72+
- [libmamba] test: Changes for catch2 >3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/4134>
73+
174
## 2026.01.08
275

376
Release: 2.5.0 (libmamba, mamba, micromamba, libmambapy)

libmamba/CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
## libmamba 2.6.0.rc0 (April 07, 2026)
2+
3+
Enhancements:
4+
5+
- feat: Prefilter Shard Records on Python Minor Version by @jjerphan in <https://github.com/mamba-org/mamba/pull/4214>
6+
- feat: Introduce `MatchSpec::extract_name` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4206>
7+
- feat: Optimize `PackageInfo` descending sorts by @jjerphan in <https://github.com/mamba-org/mamba/pull/4208>
8+
- feat: Shard Index Handling Adaptation by @jjerphan in <https://github.com/mamba-org/mamba/pull/4190>
9+
- feat: Parse optional fields for `ShardPackageRecord` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4195>
10+
- feat: Support `track_features` for `ShardRecord` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4192>
11+
- feat: Shard Caching by @jjerphan in <https://github.com/mamba-org/mamba/pull/4174>
12+
- feat: Do not warn for missing channels index by @jjerphan in <https://github.com/mamba-org/mamba/pull/4189>
13+
- build: Export `libmamba-spdlog` target for building dependencies in tree by @opoplawski in <https://github.com/mamba-org/mamba/pull/4172>
14+
- feat: Sharded Repodata by @jjerphan in <https://github.com/mamba-org/mamba/pull/4162>
15+
- feat: Support `MSGPACK_OBJECT_ARRAY` for hashes by @jjerphan in <https://github.com/mamba-org/mamba/pull/4167>
16+
- feat: Redesign packages caches hierarchically on channels and platforms by @jjerphan in <https://github.com/mamba-org/mamba/pull/4163>
17+
- feat: Consider `emscripten` a UNIX platform by @jjerphan in <https://github.com/mamba-org/mamba/pull/4168>
18+
- feat: Shard Traversal by @jjerphan in <https://github.com/mamba-org/mamba/pull/4161>
19+
- feat: ShardIndexLoader by @jjerphan in <https://github.com/mamba-org/mamba/pull/4149>
20+
- feat: Shards by @jjerphan in <https://github.com/mamba-org/mamba/pull/4148>
21+
- feat: Shard types and utils by @jjerphan in <https://github.com/mamba-org/mamba/pull/4145>
22+
- feat: Support Prefix Data Interoperability by @jjerphan in <https://github.com/mamba-org/mamba/pull/4123>
23+
24+
Bug fixes:
25+
26+
- config sub-command output hides secrets by @Klaim in <https://github.com/mamba-org/mamba/pull/4223>
27+
- fix: Minor adaptations for sharded repodata support by @jjerphan in <https://github.com/mamba-org/mamba/pull/4187>
28+
- fix: JSON should be set to `"success": false` when any transactions failed by @Klaim in <https://github.com/mamba-org/mamba/pull/4201>
29+
- fix: Skip non-executable matches in `which_in_one_impl` by @xsjk in <https://github.com/mamba-org/mamba/pull/4197>
30+
- fix: Adapt Shards base URL to handle channel identifiers by @jjerphan in <https://github.com/mamba-org/mamba/pull/4210>
31+
- fix: Treat sibling-subdir shard loads as successful by @jjerphan in <https://github.com/mamba-org/mamba/pull/4209>
32+
- fix: Exclude Installed Packages from Root Packages by @jjerphan in <https://github.com/mamba-org/mamba/pull/4205>
33+
- fix: Fallback on `uv` for listing installed packages if `pip` is not available by @jjerphan in <https://github.com/mamba-org/mamba/pull/4203>
34+
- fix: Respect thread affinity concurrency by @jjerphan in <https://github.com/mamba-org/mamba/pull/4193>
35+
- fix: Pass priorities in `load_single_subdir` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4188>
36+
- fix: Sort `mamba search` results on version numerically by @jjerphan in <https://github.com/mamba-org/mamba/pull/4160>
37+
- fix: Show `pip` and `uv` output by default by @jjerphan in <https://github.com/mamba-org/mamba/pull/4155>
38+
- Graceful handling of download cancel/interruption by @Klaim in <https://github.com/mamba-org/mamba/pull/4146>
39+
- fix: Do not show activation message for dry runs by @jjerphan in <https://github.com/mamba-org/mamba/pull/4140>
40+
- fix: Only call `get_all_running_processes_info` when needed by @mihaitodor in <https://github.com/mamba-org/mamba/pull/4135>
41+
- Add #include <functional> for std::ref by @opoplawski in <https://github.com/mamba-org/mamba/pull/4132>
42+
43+
CI fixes and doc:
44+
45+
- Fixed path in micromamba-installation.rst by @clausmichele in <https://github.com/mamba-org/mamba/pull/4194>
46+
- ci: Disable `mamba-content-trust and auth tests` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4186>
47+
- docs: Click to Copy code-blocks by @jjerphan in <https://github.com/mamba-org/mamba/pull/4175>
48+
- ci: Exclude C++ tests in code coverage by @jjerphan in <https://github.com/mamba-org/mamba/pull/4147>
49+
- ci: Use the `dev` branch from `micromamba-feedstock` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4144>
50+
- ci: Free disk space for all linux workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4138>
51+
- ci: Free disk space for linux workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4137>
52+
53+
Maintenance:
54+
55+
- maint: Retry for `update` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4220>
56+
- maint: Factorize common parts of the `install`, `update` and `remove` paths by @jjerphan in <https://github.com/mamba-org/mamba/pull/4215>
57+
- build(deps): bump mamba-org/setup-micromamba from 2 to 3 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4219>
58+
- build(deps): bump codecov/codecov-action from 5 to 6 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4218>
59+
- maint: Replace `ShardPackageRecord` with `RepoDataPackage` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4212>
60+
- maint: Reduce logging in `Shards::parse_shard_msgpack` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4207>
61+
- maint: Split `load_channels_impl` into several functions by @jjerphan in <https://github.com/mamba-org/mamba/pull/4178>
62+
- maint: Adapt `Shards` ownership model by @jjerphan in <https://github.com/mamba-org/mamba/pull/4177>
63+
- build(deps): bump actions/upload-artifact from 6 to 7 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4180>
64+
- maint: Refactor Channel Loader by @jjerphan in <https://github.com/mamba-org/mamba/pull/4169>
65+
- maint: Introduce `DownloadRequestComponents` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4164>
66+
- test: Changes for catch2 >3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/4134>
67+
168
## libmamba 2.5.0 (January 08, 2026)
269

370
Enhancements:

libmamba/include/mamba/version.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
#include <string>
1212

1313
#define LIBMAMBA_VERSION_MAJOR 2
14-
#define LIBMAMBA_VERSION_MINOR 5
14+
#define LIBMAMBA_VERSION_MINOR 6
1515
#define LIBMAMBA_VERSION_PATCH 0
16-
#define LIBMAMBA_VERSION_IS_PRERELEASE 0
16+
#define LIBMAMBA_VERSION_IS_PRERELEASE 1
1717
#if LIBMAMBA_VERSION_IS_PRERELEASE == 1
18-
#define LIBMAMBA_VERSION_PRERELEASE_NAME ""
18+
#define LIBMAMBA_VERSION_PRERELEASE_NAME "rc0"
1919
#endif
2020

21-
#define LIBMAMBA_VERSION_STRING "2.5.0"
21+
#define LIBMAMBA_VERSION_STRING "2.6.0.rc0"
2222
#define LIBMAMBA_VERSION \
2323
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
2424

2525
// Binary version
26-
#define LIBMAMBA_BINARY_CURRENT 5
26+
#define LIBMAMBA_BINARY_CURRENT 6
2727
#define LIBMAMBA_BINARY_REVISION 0
28-
#define LIBMAMBA_BINARY_AGE 1
28+
#define LIBMAMBA_BINARY_AGE 2
2929

3030
namespace mamba
3131
{

libmambapy/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## libmambapy 2.6.0.rc0 (April 07, 2026)
2+
3+
Enhancements:
4+
5+
- build: Export `libmamba-spdlog` target for building dependencies in tree by @opoplawski in <https://github.com/mamba-org/mamba/pull/4172>
6+
- feat: Shard types and utils by @jjerphan in <https://github.com/mamba-org/mamba/pull/4145>
7+
8+
CI fixes and doc:
9+
10+
- Fixed path in micromamba-installation.rst by @clausmichele in <https://github.com/mamba-org/mamba/pull/4194>
11+
- ci: Disable `mamba-content-trust and auth tests` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4186>
12+
- docs: Click to Copy code-blocks by @jjerphan in <https://github.com/mamba-org/mamba/pull/4175>
13+
- ci: Exclude C++ tests in code coverage by @jjerphan in <https://github.com/mamba-org/mamba/pull/4147>
14+
- ci: Use the `dev` branch from `micromamba-feedstock` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4144>
15+
- ci: Free disk space for all linux workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4138>
16+
- ci: Free disk space for linux workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4137>
17+
18+
Maintenance:
19+
20+
- build(deps): bump mamba-org/setup-micromamba from 2 to 3 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4219>
21+
- build(deps): bump codecov/codecov-action from 5 to 6 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4218>
22+
- build(deps): bump actions/upload-artifact from 6 to 7 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4180>
23+
124
## libmambapy 2.5.0 (January 08, 2026)
225

326
Enhancements:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version_info = ("2", "5", "0")
2-
version_prerelease = ""
1+
version_info = ("2", "6", "0")
2+
version_prerelease = "rc0"
33
__version__ = ".".join(map(str, version_info))
44
if version_prerelease != "":
55
__version__ = f"{__version__}.{version_prerelease}"

micromamba/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## micromamba 2.6.0.rc0 (April 07, 2026)
2+
3+
Enhancements:
4+
5+
- feat: Prefilter Shard Records on Python Minor Version by @jjerphan in <https://github.com/mamba-org/mamba/pull/4214>
6+
- feat: Do not warn for missing channels index by @jjerphan in <https://github.com/mamba-org/mamba/pull/4189>
7+
- build: Export `libmamba-spdlog` target for building dependencies in tree by @opoplawski in <https://github.com/mamba-org/mamba/pull/4172>
8+
- feat: Redesign packages caches hierarchically on channels and platforms by @jjerphan in <https://github.com/mamba-org/mamba/pull/4163>
9+
- feat: Support Prefix Data Interoperability by @jjerphan in <https://github.com/mamba-org/mamba/pull/4123>
10+
11+
Bug fixes:
12+
13+
- config sub-command output hides secrets by @Klaim in <https://github.com/mamba-org/mamba/pull/4223>
14+
- fix: Minor adaptations for sharded repodata support by @jjerphan in <https://github.com/mamba-org/mamba/pull/4187>
15+
- fix: JSON should be set to `"success": false` when any transactions failed by @Klaim in <https://github.com/mamba-org/mamba/pull/4201>
16+
- fix: Omit `--detach` option for run subcommand on Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4185>
17+
- fix: Sort `mamba search` results on version numerically by @jjerphan in <https://github.com/mamba-org/mamba/pull/4160>
18+
- fix: Pretty print short result for `mamba search` by default by @kuepe-sl in <https://github.com/mamba-org/mamba/pull/4066>
19+
- fix: Show `pip` and `uv` output by default by @jjerphan in <https://github.com/mamba-org/mamba/pull/4155>
20+
- Graceful handling of download cancel/interruption by @Klaim in <https://github.com/mamba-org/mamba/pull/4146>
21+
- fix: Do not show activation message for dry runs by @jjerphan in <https://github.com/mamba-org/mamba/pull/4140>
22+
23+
CI fixes and doc:
24+
25+
- Fixed path in micromamba-installation.rst by @clausmichele in <https://github.com/mamba-org/mamba/pull/4194>
26+
- ci: Disable `mamba-content-trust and auth tests` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4186>
27+
- docs: Click to Copy code-blocks by @jjerphan in <https://github.com/mamba-org/mamba/pull/4175>
28+
- ci: Exclude C++ tests in code coverage by @jjerphan in <https://github.com/mamba-org/mamba/pull/4147>
29+
- ci: Use the `dev` branch from `micromamba-feedstock` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4144>
30+
- ci: Free disk space for all linux workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4138>
31+
- ci: Free disk space for linux workflows by @jjerphan in <https://github.com/mamba-org/mamba/pull/4137>
32+
33+
Maintenance:
34+
35+
- build(deps): bump mamba-org/setup-micromamba from 2 to 3 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4219>
36+
- build(deps): bump codecov/codecov-action from 5 to 6 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4218>
37+
- maint: Increase timeout of `test_env_logging_overhead_regression` to 1 minute by @jjerphan in <https://github.com/mamba-org/mamba/pull/4217>
38+
- build(deps): bump actions/upload-artifact from 6 to 7 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4180>
39+
- maint: Increase timeout of `test_env_logging_overhead_regression` by @jjerphan in <https://github.com/mamba-org/mamba/pull/4173>
40+
141
## micromamba 2.5.0 (January 08, 2026)
242

343
Enhancements:

micromamba/src/version.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
#include <string>
1212

1313
#define UMAMBA_VERSION_MAJOR 2
14-
#define UMAMBA_VERSION_MINOR 5
14+
#define UMAMBA_VERSION_MINOR 6
1515
#define UMAMBA_VERSION_PATCH 0
16-
#define UMAMBA_VERSION_IS_PRERELEASE 0
16+
#define UMAMBA_VERSION_IS_PRERELEASE 1
1717
#if UMAMBA_VERSION_IS_PRERELEASE == 1
18-
#define UMAMBA_VERSION_PRERELEASE_NAME ""
18+
#define UMAMBA_VERSION_PRERELEASE_NAME "rc0"
1919
#endif
2020

21-
#define UMAMBA_VERSION_STRING "2.5.0"
21+
#define UMAMBA_VERSION_STRING "2.6.0.rc0"
2222
#define UMAMBA_VERSION \
2323
(UMAMBA_VERSION_MAJOR * 10000 + UMAMBA_VERSION_MINOR * 100 + UMAMBA_VERSION_PATCH)
2424

0 commit comments

Comments
 (0)