Skip to content

Commit 0023a3b

Browse files
jjerphanJohanMabille
authored andcommitted
release libmamba 2.0.6.rc0, micromamba 2.0.6.rc0, libmambapy 2.0.6.rc0
1 parent dead2e6 commit 0023a3b

File tree

7 files changed

+108
-10
lines changed

7 files changed

+108
-10
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 2025.01.14
2+
3+
Release: 2.0.6.rc0 (libmamba, mamba, micromamba, libmambapy)
4+
5+
Bug fixes:
6+
7+
- [all] Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in https://github.com/mamba-org/mamba/pull/3724
8+
- [all] Honour `CONDA_ENVS_PATH` again by @jjerphan in https://github.com/mamba-org/mamba/pull/3725
9+
- [all] Improve CUDA version detection by @jjerphan in https://github.com/mamba-org/mamba/pull/3700
10+
- [all] Support installation using explicit url by @Hind-M in https://github.com/mamba-org/mamba/pull/3710
11+
- [all] Improve display of environment activation message by @Hind-M in https://github.com/mamba-org/mamba/pull/3715
12+
- [all] Adapt warnings shown when several channels are used by @jjerphan in https://github.com/mamba-org/mamba/pull/3720
13+
- [all] Add a hint on cache corruption by @jjerphan in https://github.com/mamba-org/mamba/pull/3736
14+
- [all] Support more condarc paths by @SandrineP in https://github.com/mamba-org/mamba/pull/3695
15+
- [all] Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in https://github.com/mamba-org/mamba/pull/3692
16+
- [mamba] Generate and install `etc/profile.d/mamba.sh` by @jjerphan in https://github.com/mamba-org/mamba/pull/3723
17+
- [mamba] Add `no-pip` flag to `list` command by @Hind-M in https://github.com/mamba-org/mamba/pull/3696
18+
- [mamba, micromamba] Options args enhancement by @Hind-M in https://github.com/mamba-org/mamba/pull/3722
19+
20+
CI fixes and doc:
21+
22+
- [all] Use a portable web request for Windows by @jjerphan in https://github.com/mamba-org/mamba/pull/3704
23+
- [all] Add prettier pre-commit hook by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3663
24+
- [all] Document slight differences for environment export by @jjerphan in https://github.com/mamba-org/mamba/pull/3697
25+
- [all] Unique Release Tag by @Klaim in https://github.com/mamba-org/mamba/pull/3732
26+
- [all] Update Linux installation script for Nushell by @deephbz in https://github.com/mamba-org/mamba/pull/3721
27+
- [all] `update_changelog.py` now can also take input as cli parameters by @Klaim in https://github.com/mamba-org/mamba/pull/3731
28+
129
# 2024.12.12
230

331
Releases: libmamba 2.0.5, libmambapy 2.0.5, micromamba 2.0.5

libmamba/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# libmamba 2.0.6.rc0 (January 14, 2025)
2+
3+
Bug fixes:
4+
5+
- Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in https://github.com/mamba-org/mamba/pull/3724
6+
- Honour `CONDA_ENVS_PATH` again by @jjerphan in https://github.com/mamba-org/mamba/pull/3725
7+
- Improve CUDA version detection by @jjerphan in https://github.com/mamba-org/mamba/pull/3700
8+
- Support installation using explicit url by @Hind-M in https://github.com/mamba-org/mamba/pull/3710
9+
- Improve display of environment activation message by @Hind-M in https://github.com/mamba-org/mamba/pull/3715
10+
- Adapt warnings shown when several channels are used by @jjerphan in https://github.com/mamba-org/mamba/pull/3720
11+
- Add a hint on cache corruption by @jjerphan in https://github.com/mamba-org/mamba/pull/3736
12+
- Support more condarc paths by @SandrineP in https://github.com/mamba-org/mamba/pull/3695
13+
- Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in https://github.com/mamba-org/mamba/pull/3692
14+
15+
CI fixes and doc:
16+
17+
- Use a portable web request for Windows by @jjerphan in https://github.com/mamba-org/mamba/pull/3704
18+
- Add prettier pre-commit hook by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3663
19+
- Document slight differences for environment export by @jjerphan in https://github.com/mamba-org/mamba/pull/3697
20+
- Unique Release Tag by @Klaim in https://github.com/mamba-org/mamba/pull/3732
21+
- Update Linux installation script for Nushell by @deephbz in https://github.com/mamba-org/mamba/pull/3721
22+
- `update_changelog.py` now can also take input as cli parameters by @Klaim in https://github.com/mamba-org/mamba/pull/3731
23+
124
# libmamba 2.0.5 (December 12, 2024)
225

326
Enhancements:

libmamba/include/mamba/version.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
#define LIBMAMBA_VERSION_MAJOR 2
1414
#define LIBMAMBA_VERSION_MINOR 0
15-
#define LIBMAMBA_VERSION_PATCH 5
16-
#define LIBMAMBA_VERSION_IS_PRERELEASE 0
15+
#define LIBMAMBA_VERSION_PATCH 6
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.0.5"
21+
#define LIBMAMBA_VERSION_STRING "2.0.6.rc0"
2222
#define LIBMAMBA_VERSION \
2323
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
2424

libmambapy/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# libmambapy 2.0.6.rc0 (January 14, 2025)
2+
3+
Bug fixes:
4+
5+
- Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in https://github.com/mamba-org/mamba/pull/3724
6+
- Honour `CONDA_ENVS_PATH` again by @jjerphan in https://github.com/mamba-org/mamba/pull/3725
7+
- Improve CUDA version detection by @jjerphan in https://github.com/mamba-org/mamba/pull/3700
8+
- Support installation using explicit url by @Hind-M in https://github.com/mamba-org/mamba/pull/3710
9+
- Improve display of environment activation message by @Hind-M in https://github.com/mamba-org/mamba/pull/3715
10+
- Adapt warnings shown when several channels are used by @jjerphan in https://github.com/mamba-org/mamba/pull/3720
11+
- Add a hint on cache corruption by @jjerphan in https://github.com/mamba-org/mamba/pull/3736
12+
- Support more condarc paths by @SandrineP in https://github.com/mamba-org/mamba/pull/3695
13+
- Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in https://github.com/mamba-org/mamba/pull/3692
14+
15+
CI fixes and doc:
16+
17+
- Use a portable web request for Windows by @jjerphan in https://github.com/mamba-org/mamba/pull/3704
18+
- Add prettier pre-commit hook by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3663
19+
- Document slight differences for environment export by @jjerphan in https://github.com/mamba-org/mamba/pull/3697
20+
- Unique Release Tag by @Klaim in https://github.com/mamba-org/mamba/pull/3732
21+
- Update Linux installation script for Nushell by @deephbz in https://github.com/mamba-org/mamba/pull/3721
22+
- `update_changelog.py` now can also take input as cli parameters by @Klaim in https://github.com/mamba-org/mamba/pull/3731
23+
124
# libmambapy 2.0.5 (December 12, 2024)
225

326
Enhancements:

libmambapy/src/libmambapy/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version_info = ("2", "0", "5")
2-
version_prerelease = ""
1+
version_info = ("2", "0", "6")
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# micromamba 2.0.6.rc0 (January 14, 2025)
2+
3+
Bug fixes:
4+
5+
- Correctly populate lists of `MatchSpec` in `MTransaction`'s history by @Hind-M in https://github.com/mamba-org/mamba/pull/3724
6+
- Honour `CONDA_ENVS_PATH` again by @jjerphan in https://github.com/mamba-org/mamba/pull/3725
7+
- Improve CUDA version detection by @jjerphan in https://github.com/mamba-org/mamba/pull/3700
8+
- Support installation using explicit url by @Hind-M in https://github.com/mamba-org/mamba/pull/3710
9+
- Improve display of environment activation message by @Hind-M in https://github.com/mamba-org/mamba/pull/3715
10+
- Adapt warnings shown when several channels are used by @jjerphan in https://github.com/mamba-org/mamba/pull/3720
11+
- Add a hint on cache corruption by @jjerphan in https://github.com/mamba-org/mamba/pull/3736
12+
- Support more condarc paths by @SandrineP in https://github.com/mamba-org/mamba/pull/3695
13+
- Always add `root_prefix/envs` in `envs_dirs` by @Hind-M in https://github.com/mamba-org/mamba/pull/3692
14+
- Options args enhancement by @Hind-M in https://github.com/mamba-org/mamba/pull/3722
15+
16+
CI fixes and doc:
17+
18+
- Use a portable web request for Windows by @jjerphan in https://github.com/mamba-org/mamba/pull/3704
19+
- Add prettier pre-commit hook by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3663
20+
- Document slight differences for environment export by @jjerphan in https://github.com/mamba-org/mamba/pull/3697
21+
- Unique Release Tag by @Klaim in https://github.com/mamba-org/mamba/pull/3732
22+
- Update Linux installation script for Nushell by @deephbz in https://github.com/mamba-org/mamba/pull/3721
23+
- `update_changelog.py` now can also take input as cli parameters by @Klaim in https://github.com/mamba-org/mamba/pull/3731
24+
125
# micromamba 2.0.5 (December 12, 2024)
226

327
Enhancements:

micromamba/src/version.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
#define UMAMBA_VERSION_MAJOR 2
1414
#define UMAMBA_VERSION_MINOR 0
15-
#define UMAMBA_VERSION_PATCH 5
16-
#define UMAMBA_VERSION_IS_PRERELEASE 0
15+
#define UMAMBA_VERSION_PATCH 6
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.0.5"
21+
#define UMAMBA_VERSION_STRING "2.0.6.rc0"
2222
#define UMAMBA_VERSION \
2323
(UMAMBA_VERSION_MAJOR * 10000 + UMAMBA_VERSION_MINOR * 100 + UMAMBA_VERSION_PATCH)
2424

0 commit comments

Comments
 (0)