Skip to content

Commit 0ad2c56

Browse files
committed
release libmamba 2.3.0, micromamba 2.3.0, libmambapy 2.3.0
1 parent e3e5f54 commit 0ad2c56

File tree

8 files changed

+184
-9
lines changed

8 files changed

+184
-9
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 2025.06.16
2+
3+
Release: 2.3.0 (libmamba, mamba, micromamba, libmambapy)
4+
5+
Enhancements:
6+
7+
- [libmamba, micromamba] feat: add option revision to install command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3966>
8+
- [libmambapy] Add missing bindings by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3983>
9+
- [all] Adapt label check to bot by @Hind-M in <https://github.com/mamba-org/mamba/pull/3974>
10+
- [libmambapy] Move stubs to libmambapy-stubs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3976>
11+
- [all] Move PR template by @Hind-M in <https://github.com/mamba-org/mamba/pull/3971>
12+
13+
Bug fixes:
14+
15+
- [libmamba, micromamba] fix: Skip inaccessible CONDA_ENVS_DIRS by @holzman in <https://github.com/mamba-org/mamba/pull/3887>
16+
- [libmamba] Fix env vars substitution from env yaml file by @Hind-M in <https://github.com/mamba-org/mamba/pull/3981>
17+
- [libmambapy] Add missing init bindings from subdir structs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3975>
18+
- [libmambapy] Enable and update Python stubs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3972>
19+
20+
CI fixes and doc:
21+
22+
- [all] doc: Mention fix for `libmamba Download error (7) Could not connect ...` by @OverLordGoldDragon in <https://github.com/mamba-org/mamba/pull/3980>
23+
- [all] Add constraint on `fmt` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3969>
24+
25+
Maintenance:
26+
27+
- [all] Depend on LGPL builds of libarchive>=3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/3982>
28+
- [libmamba, libmambapy] Use range in Solution by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3968>
29+
- [micromamba] maint: Cancel activation script removal by @jjerphan in <https://github.com/mamba-org/mamba/pull/3946>
30+
- [all] Compile with C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3965>
31+
132
## 2025.06.04
233

334
Release: 2.2.0 (libmamba, mamba, micromamba, libmambapy)

libmamba/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## libmamba 2.3.0 (June 16, 2025)
2+
3+
Enhancements:
4+
5+
- feat: add option revision to install command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3966>
6+
- Adapt label check to bot by @Hind-M in <https://github.com/mamba-org/mamba/pull/3974>
7+
- Move PR template by @Hind-M in <https://github.com/mamba-org/mamba/pull/3971>
8+
9+
Bug fixes:
10+
11+
- fix: Skip inaccessible CONDA_ENVS_DIRS by @holzman in <https://github.com/mamba-org/mamba/pull/3887>
12+
- Fix env vars substitution from env yaml file by @Hind-M in <https://github.com/mamba-org/mamba/pull/3981>
13+
14+
CI fixes and doc:
15+
16+
- doc: Mention fix for `libmamba Download error (7) Could not connect ...` by @OverLordGoldDragon in <https://github.com/mamba-org/mamba/pull/3980>
17+
- Add constraint on `fmt` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3969>
18+
19+
Maintenance:
20+
21+
- Depend on LGPL builds of libarchive>=3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/3982>
22+
- Use range in Solution by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3968>
23+
- Compile with C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3965>
24+
25+
## libmamba 2.3.0 (June 16, 2025)
26+
27+
Enhancements:
28+
29+
- feat: add option revision to install command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3966>
30+
- Adapt label check to bot by @Hind-M in <https://github.com/mamba-org/mamba/pull/3974>
31+
- Move PR template by @Hind-M in <https://github.com/mamba-org/mamba/pull/3971>
32+
33+
Bug fixes:
34+
35+
- fix: Skip inaccessible CONDA_ENVS_DIRS by @holzman in <https://github.com/mamba-org/mamba/pull/3887>
36+
- Fix env vars substitution from env yaml file by @Hind-M in <https://github.com/mamba-org/mamba/pull/3981>
37+
38+
CI fixes and doc:
39+
40+
- doc: Mention fix for `libmamba Download error (7) Could not connect ...` by @OverLordGoldDragon in <https://github.com/mamba-org/mamba/pull/3980>
41+
- Add constraint on `fmt` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3969>
42+
43+
Maintenance:
44+
45+
- Depend on LGPL builds of libarchive>=3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/3982>
46+
- Use range in Solution by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3968>
47+
- Compile with C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3965>
48+
149
## libmamba 2.2.0 (June 04, 2025)
250

351
Enhancements:

libmamba/include/mamba/version.hpp

Lines changed: 4 additions & 4 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 2
14+
#define LIBMAMBA_VERSION_MINOR 3
1515
#define LIBMAMBA_VERSION_PATCH 0
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.2.0"
21+
#define LIBMAMBA_VERSION_STRING "2.3.0"
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 4
26+
#define LIBMAMBA_BINARY_CURRENT 5
2727
#define LIBMAMBA_BINARY_REVISION 0
28-
#define LIBMAMBA_BINARY_AGE 0
28+
#define LIBMAMBA_BINARY_AGE 1
2929

3030
namespace mamba
3131
{

libmamba/include/mamba/version.hpp.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
2424

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

3030
namespace mamba
3131
{

libmambapy/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## libmambapy 2.3.0 (June 16, 2025)
2+
3+
Enhancements:
4+
5+
- Add missing bindings by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3983>
6+
- Adapt label check to bot by @Hind-M in <https://github.com/mamba-org/mamba/pull/3974>
7+
- Move stubs to libmambapy-stubs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3976>
8+
- Move PR template by @Hind-M in <https://github.com/mamba-org/mamba/pull/3971>
9+
10+
Bug fixes:
11+
12+
- Add missing init bindings from subdir structs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3975>
13+
- Enable and update Python stubs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3972>
14+
15+
CI fixes and doc:
16+
17+
- doc: Mention fix for `libmamba Download error (7) Could not connect ...` by @OverLordGoldDragon in <https://github.com/mamba-org/mamba/pull/3980>
18+
- Add constraint on `fmt` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3969>
19+
20+
Maintenance:
21+
22+
- Depend on LGPL builds of libarchive>=3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/3982>
23+
- Use range in Solution by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3968>
24+
- Compile with C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3965>
25+
26+
## libmambapy 2.3.0 (June 16, 2025)
27+
28+
Enhancements:
29+
30+
- Add missing bindings by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3983>
31+
- Adapt label check to bot by @Hind-M in <https://github.com/mamba-org/mamba/pull/3974>
32+
- Move stubs to libmambapy-stubs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3976>
33+
- Move PR template by @Hind-M in <https://github.com/mamba-org/mamba/pull/3971>
34+
35+
Bug fixes:
36+
37+
- Add missing init bindings from subdir structs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3975>
38+
- Enable and update Python stubs by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3972>
39+
40+
CI fixes and doc:
41+
42+
- doc: Mention fix for `libmamba Download error (7) Could not connect ...` by @OverLordGoldDragon in <https://github.com/mamba-org/mamba/pull/3980>
43+
- Add constraint on `fmt` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3969>
44+
45+
Maintenance:
46+
47+
- Depend on LGPL builds of libarchive>=3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/3982>
48+
- Use range in Solution by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3968>
49+
- Compile with C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3965>
50+
151
## libmambapy 2.2.0 (June 04, 2025)
252

353
Enhancements:

libmambapy/src/libmambapy/version.py

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

micromamba/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## micromamba 2.3.0 (June 16, 2025)
2+
3+
Enhancements:
4+
5+
- feat: add option revision to install command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3966>
6+
- Adapt label check to bot by @Hind-M in <https://github.com/mamba-org/mamba/pull/3974>
7+
- Move PR template by @Hind-M in <https://github.com/mamba-org/mamba/pull/3971>
8+
9+
Bug fixes:
10+
11+
- fix: Skip inaccessible CONDA_ENVS_DIRS by @holzman in <https://github.com/mamba-org/mamba/pull/3887>
12+
13+
CI fixes and doc:
14+
15+
- doc: Mention fix for `libmamba Download error (7) Could not connect ...` by @OverLordGoldDragon in <https://github.com/mamba-org/mamba/pull/3980>
16+
- Add constraint on `fmt` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3969>
17+
18+
Maintenance:
19+
20+
- Depend on LGPL builds of libarchive>=3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/3982>
21+
- maint: Cancel activation script removal by @jjerphan in <https://github.com/mamba-org/mamba/pull/3946>
22+
- Compile with C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3965>
23+
24+
## micromamba 2.3.0 (June 16, 2025)
25+
26+
Enhancements:
27+
28+
- feat: add option revision to install command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3966>
29+
- Adapt label check to bot by @Hind-M in <https://github.com/mamba-org/mamba/pull/3974>
30+
- Move PR template by @Hind-M in <https://github.com/mamba-org/mamba/pull/3971>
31+
32+
Bug fixes:
33+
34+
- fix: Skip inaccessible CONDA_ENVS_DIRS by @holzman in <https://github.com/mamba-org/mamba/pull/3887>
35+
36+
CI fixes and doc:
37+
38+
- doc: Mention fix for `libmamba Download error (7) Could not connect ...` by @OverLordGoldDragon in <https://github.com/mamba-org/mamba/pull/3980>
39+
- Add constraint on `fmt` by @Hind-M in <https://github.com/mamba-org/mamba/pull/3969>
40+
41+
Maintenance:
42+
43+
- Depend on LGPL builds of libarchive>=3.8 by @jjerphan in <https://github.com/mamba-org/mamba/pull/3982>
44+
- maint: Cancel activation script removal by @jjerphan in <https://github.com/mamba-org/mamba/pull/3946>
45+
- Compile with C++20 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/3965>
46+
147
## micromamba 2.2.0 (June 04, 2025)
248

349
Enhancements:

micromamba/src/version.hpp

Lines changed: 2 additions & 2 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 2
14+
#define UMAMBA_VERSION_MINOR 3
1515
#define UMAMBA_VERSION_PATCH 0
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.2.0"
21+
#define UMAMBA_VERSION_STRING "2.3.0"
2222
#define UMAMBA_VERSION \
2323
(UMAMBA_VERSION_MAJOR * 10000 + UMAMBA_VERSION_MINOR * 100 + UMAMBA_VERSION_PATCH)
2424

0 commit comments

Comments
 (0)