mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.0rc3, libmambapy 2.0.0rc3, micromamba 2.0.0rc3
This commit is contained in:
parent
0bd2ee6ecf
commit
aaf8d206ae
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
|||
2024.08.26
|
||||
==========
|
||||
|
||||
Releases: libmamba 2.0.0rc3, libmambapy 2.0.0rc3, micromamba 2.0.0rc3
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [all] Define `etc/profile.d/mamba.sh` and install it by @jjerphan in https://github.com/mamba-org/mamba/pull/3413
|
||||
- [micromamba] Add posix to supported shells by @jjerphan in https://github.com/mamba-org/mamba/pull/3412
|
||||
- [all] Replaces instances of -p with --root-prefix in documentation by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3411
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- [all] docs: Adapt "Solving Package Environments" section by @jjerphan in https://github.com/mamba-org/mamba/pull/3326
|
||||
|
||||
2024.08.19
|
||||
==========
|
||||
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
libmamba 2.0.0rc3 (August 26, 2024)
|
||||
===================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Define `etc/profile.d/mamba.sh` and install it by @jjerphan in https://github.com/mamba-org/mamba/pull/3413
|
||||
- Replaces instances of -p with --root-prefix in documentation by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3411
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- docs: Adapt "Solving Package Environments" section by @jjerphan in https://github.com/mamba-org/mamba/pull/3326
|
||||
|
||||
libmamba 2.0.0rc2 (August 19, 2024)
|
||||
===================================
|
||||
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
libmambapy 2.0.0rc3 (August 26, 2024)
|
||||
=====================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Define `etc/profile.d/mamba.sh` and install it by @jjerphan in https://github.com/mamba-org/mamba/pull/3413
|
||||
- Replaces instances of -p with --root-prefix in documentation by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3411
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- docs: Adapt "Solving Package Environments" section by @jjerphan in https://github.com/mamba-org/mamba/pull/3326
|
||||
|
||||
libmambapy 2.0.0rc2 (August 19, 2024)
|
||||
=====================================
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
micromamba 2.0.0rc3 (August 26, 2024)
|
||||
=====================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Define `etc/profile.d/mamba.sh` and install it by @jjerphan in https://github.com/mamba-org/mamba/pull/3413
|
||||
- Add posix to supported shells by @jjerphan in https://github.com/mamba-org/mamba/pull/3412
|
||||
- Replaces instances of -p with --root-prefix in documentation by @SylvainCorlay in https://github.com/mamba-org/mamba/pull/3411
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- docs: Adapt "Solving Package Environments" section by @jjerphan in https://github.com/mamba-org/mamba/pull/3326
|
||||
|
||||
micromamba 2.0.0rc2 (August 19, 2024)
|
||||
=====================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue