|
| 1 | +## 2025.11.18 |
| 2 | + |
| 3 | +Release: 2.4.0.rc0 (libmamba, mamba, micromamba, libmambapy) |
| 4 | + |
| 5 | +Enhancements: |
| 6 | + |
| 7 | +- [libmamba, micromamba] Support for `mambajs`'s environment lockfile format by @Klaim in <https://github.com/mamba-org/mamba/pull/4085> |
| 8 | +- [all] Logging impl separation by @Klaim in <https://github.com/mamba-org/mamba/pull/4016> |
| 9 | + |
| 10 | +Bug fixes: |
| 11 | + |
| 12 | +- [micromamba] fix: Update URL of lock files by @jjerphan in <https://github.com/mamba-org/mamba/pull/4097> |
| 13 | +- [micromamba] Fix Windows tests by @JohanMabille in <https://github.com/mamba-org/mamba/pull/4086> |
| 14 | + |
| 15 | +Maintenance: |
| 16 | + |
| 17 | +- [all] build(deps): bump actions/upload-artifact from 4 to 5 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4088> |
| 18 | +- [libmamba] Removed deprecated libcurl backend by @JohanMabille in <https://github.com/mamba-org/mamba/pull/4083> |
| 19 | + |
| 20 | +## 2025.10.17 |
| 21 | + |
| 22 | +Release: 2.3.3 (libmamba, mamba, micromamba, libmambapy) |
| 23 | + |
| 24 | +Bug fixes: |
| 25 | + |
| 26 | +- [libmamba] fix: pass `$argv` for fish wrapper by @sghng in <https://github.com/mamba-org/mamba/pull/4073> |
| 27 | +- [libmamba] Fix empty depends/constrains when installing explicit spec files by @benmoss in <https://github.com/mamba-org/mamba/pull/4071> |
| 28 | +- [libmamba] fix: proxy both micromamba and mamba with fish function by @sghng in <https://github.com/mamba-org/mamba/pull/4065> |
| 29 | +- [libmamba] Fix nodiscard errors by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/4058> |
| 30 | +- [libmambapy] Fix deprecated license key by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/4053> |
| 31 | + |
| 32 | +CI fixes and doc: |
| 33 | + |
| 34 | +- [all] Added lower bounds on spdlog and fmt by @JohanMabille in <https://github.com/mamba-org/mamba/pull/4080> |
| 35 | +- [all] Static Windows build fix by @JohanMabille in <https://github.com/mamba-org/mamba/pull/4074> |
| 36 | + |
| 37 | +Maintenance: |
| 38 | + |
| 39 | +- [all] maint: Auto-update `pre-commit` setup by @jjerphan in <https://github.com/mamba-org/mamba/pull/4079> |
| 40 | +- [micromamba] Fixed test_repodata_record_patch by @JohanMabille in <https://github.com/mamba-org/mamba/pull/4067> |
| 41 | +- [all] build(deps): bump actions/github-script from 7 to 8 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4063> |
| 42 | +- [libmambapy] Use fmt::format by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/4061> |
| 43 | +- [libmambapy] Move to Pybind 3.0 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/4059> |
| 44 | +- [libmambapy, libmamba] libmambapy: Switch build backend to `scikit-build-core` by @LecrisUT in <https://github.com/mamba-org/mamba/pull/3802> |
| 45 | + |
| 46 | +## 2025.10.14 |
| 47 | + |
| 48 | +Release: 2.3.3.alpha1 (libmamba, mamba, micromamba, libmambapy) |
| 49 | + |
| 50 | +Bug fixes: |
| 51 | + |
| 52 | +- [libmamba] fix: pass `$argv` for fish wrapper by @sghng in <https://github.com/mamba-org/mamba/pull/4073> |
| 53 | +- [libmamba] Fix empty depends/constrains when installing explicit spec files by @benmoss in <https://github.com/mamba-org/mamba/pull/4071> |
| 54 | +- [libmamba] fix: proxy both micromamba and mamba with fish function by @sghng in <https://github.com/mamba-org/mamba/pull/4065> |
| 55 | +- [libmamba] Fix nodiscard errors by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/4058> |
| 56 | +- [libmambapy] Fix deprecated license key by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/4053> |
| 57 | + |
| 58 | +CI fixes and doc: |
| 59 | + |
| 60 | +- [all] Added lower bounds on spdlog and fmt by @JohanMabille in <https://github.com/mamba-org/mamba/pull/4080> |
| 61 | +- [all] Static Windows build fix by @JohanMabille in <https://github.com/mamba-org/mamba/pull/4074> |
| 62 | + |
| 63 | +Maintenance: |
| 64 | + |
| 65 | +- [all] maint: Auto-update `pre-commit` setup by @jjerphan in <https://github.com/mamba-org/mamba/pull/4079> |
| 66 | +- [micromamba] Fixed test_repodata_record_patch by @JohanMabille in <https://github.com/mamba-org/mamba/pull/4067> |
| 67 | +- [all] build(deps): bump actions/github-script from 7 to 8 by @app/dependabot in <https://github.com/mamba-org/mamba/pull/4063> |
| 68 | +- [libmambapy] Use fmt::format by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/4061> |
| 69 | +- [libmambapy] Move to Pybind 3.0 by @AntoinePrv in <https://github.com/mamba-org/mamba/pull/4059> |
| 70 | +- [libmamba, libmambapy] libmambapy: Switch build backend to `scikit-build-core` by @LecrisUT in <https://github.com/mamba-org/mamba/pull/3802> |
| 71 | + |
1 | 72 | ## 2025.09.04 |
2 | 73 |
|
3 | 74 | Release: 2.3.3.alpha0 (libmamba, mamba, micromamba, libmambapy) |
|
0 commit comments