mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.0beta2, libmambapy 2.0.0beta2, micromamba 2.0.0beta2
This commit is contained in:
parent
9300a6530c
commit
45e4b7c8ba
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
2024.05.29
|
||||
==========
|
||||
|
||||
Releases: libmamba 2.0.0beta2, libmambapy 2.0.0beta2, micromamba 2.0.0beta2
|
||||
|
||||
Enhancements:
|
||||
|
||||
- [libmamba] [OCI Registry] Handle compressed repodata by @Hind-M in https://github.com/mamba-org/mamba/pull/3300
|
||||
- [libmamba] [CEP-15] Support `base_url` with `repodata_version: 2` using `mamba` parser by @Hind-M in https://github.com/mamba-org/mamba/pull/3282
|
||||
- [libmamba] Fix OCIMirror use by @Hind-M in https://github.com/mamba-org/mamba/pull/3296
|
||||
- [all] Add checking typos to pre-commit by @Hind-M in https://github.com/mamba-org/mamba/pull/3278
|
||||
|
||||
2024.05.04
|
||||
==========
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
libmamba 2.0.0beta2 (May 29, 2024)
|
||||
==================================
|
||||
|
||||
Enhancements:
|
||||
|
||||
- [OCI Registry] Handle compressed repodata by @Hind-M in https://github.com/mamba-org/mamba/pull/3300
|
||||
- [CEP-15] Support `base_url` with `repodata_version: 2` using `mamba` parser by @Hind-M in https://github.com/mamba-org/mamba/pull/3282
|
||||
- Fix OCIMirror use by @Hind-M in https://github.com/mamba-org/mamba/pull/3296
|
||||
- Add checking typos to pre-commit by @Hind-M in https://github.com/mamba-org/mamba/pull/3278
|
||||
|
||||
libmamba 2.0.0beta1 (May 04, 2024)
|
||||
==================================
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
libmambapy 2.0.0beta2 (May 29, 2024)
|
||||
====================================
|
||||
|
||||
Enhancements:
|
||||
|
||||
- Add checking typos to pre-commit by @Hind-M in https://github.com/mamba-org/mamba/pull/3278
|
||||
|
||||
libmambapy 2.0.0beta1 (May 04, 2024)
|
||||
====================================
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
micromamba 2.0.0beta2 (May 29, 2024)
|
||||
====================================
|
||||
|
||||
Enhancements:
|
||||
|
||||
- Add checking typos to pre-commit by @Hind-M in https://github.com/mamba-org/mamba/pull/3278
|
||||
|
||||
micromamba 2.0.0beta1 (May 04, 2024)
|
||||
====================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue