mirror of https://github.com/mamba-org/mamba.git
release libmamba 2.0.7.rc0, micromamba 2.0.7.rc0, libmambapy 2.0.7.rc0
This commit is contained in:
parent
cdcec32230
commit
241fe11c34
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -1,3 +1,32 @@
|
|||
## 2025.02.24
|
||||
|
||||
Release: 2.0.7.rc0 (libmamba, mamba, micromamba, libmambapy)
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [all] Add `x86_64` archspec support for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3803>
|
||||
- [all] Use correct `url` in metadata and mirrors by @Hind-M in <https://github.com/mamba-org/mamba/pull/3816>
|
||||
- [all] Add base flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3779>
|
||||
- [all] Explain unsolvable updates by @k-collie in <https://github.com/mamba-org/mamba/pull/3829>
|
||||
- [all] Adapt root prefix' precedence for `envs_dirs` by @holzman in <https://github.com/mamba-org/mamba/pull/3813>
|
||||
- [all] Fix windows paths and add tests by @Hind-M in <https://github.com/mamba-org/mamba/pull/3787>
|
||||
- [all] Adaptive level for compatible Version formatting by @jjerphan in <https://github.com/mamba-org/mamba/pull/3818>
|
||||
- [all] add export flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3780>
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- [all] Add missing config for RTD by @Hind-M in <https://github.com/mamba-org/mamba/pull/3801>
|
||||
- [all] Warning as error default to OFF and enabled in CI by @JohanMabille in <https://github.com/mamba-org/mamba/pull/3814>
|
||||
- [all] Write command in multiple lines by @Hind-M in <https://github.com/mamba-org/mamba/pull/3794>
|
||||
- [all] Document that mamba 2 only supports trailing globs in version strings by @jdblischak in <https://github.com/mamba-org/mamba/pull/3783>
|
||||
|
||||
Maintenance:
|
||||
|
||||
- [all] Also run workflows for `feat/*` branches by @jjerphan in <https://github.com/mamba-org/mamba/pull/3823>
|
||||
- [all] Add markdownlint pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3756>
|
||||
- [all] Consistently name `Database` objects by @jjerphan in <https://github.com/mamba-org/mamba/pull/3831>
|
||||
- [all] Remove unused structure in update path by @jjerphan in <https://github.com/mamba-org/mamba/pull/3833>
|
||||
|
||||
## 2025.02.04
|
||||
|
||||
Release: 2.0.6 (libmamba, mamba, micromamba, libmambapy)
|
||||
|
|
|
@ -1,3 +1,30 @@
|
|||
## libmamba 2.0.7.rc0 (February 24, 2025)
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [all] Add `x86_64` archspec support for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3803>
|
||||
- [all] Use correct `url` in metadata and mirrors by @Hind-M in <https://github.com/mamba-org/mamba/pull/3816>
|
||||
- [all] Add base flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3779>
|
||||
- [all] Explain unsolvable updates by @k-collie in <https://github.com/mamba-org/mamba/pull/3829>
|
||||
- [all] Adapt root prefix' precedence for `envs_dirs` by @holzman in <https://github.com/mamba-org/mamba/pull/3813>
|
||||
- [all] Fix windows paths and add tests by @Hind-M in <https://github.com/mamba-org/mamba/pull/3787>
|
||||
- [all] Adaptive level for compatible Version formatting by @jjerphan in <https://github.com/mamba-org/mamba/pull/3818>
|
||||
- [all] add export flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3780>
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- [all] Add missing config for RTD by @Hind-M in <https://github.com/mamba-org/mamba/pull/3801>
|
||||
- [all] Warning as error default to OFF and enabled in CI by @JohanMabille in <https://github.com/mamba-org/mamba/pull/3814>
|
||||
- [all] Write command in multiple lines by @Hind-M in <https://github.com/mamba-org/mamba/pull/3794>
|
||||
- [all] Document that mamba 2 only supports trailing globs in version strings by @jdblischak in <https://github.com/mamba-org/mamba/pull/3783>
|
||||
|
||||
Maintenance:
|
||||
|
||||
- [all] Also run workflows for `feat/*` branches by @jjerphan in <https://github.com/mamba-org/mamba/pull/3823>
|
||||
- [all] Add markdownlint pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3756>
|
||||
- [all] Consistently name `Database` objects by @jjerphan in <https://github.com/mamba-org/mamba/pull/3831>
|
||||
- [all] Remove unused structure in update path by @jjerphan in <https://github.com/mamba-org/mamba/pull/3833>
|
||||
|
||||
## libmamba 2.0.6 (February 04, 2025)
|
||||
|
||||
Enhancements:
|
||||
|
|
|
@ -12,13 +12,13 @@
|
|||
|
||||
#define LIBMAMBA_VERSION_MAJOR 2
|
||||
#define LIBMAMBA_VERSION_MINOR 0
|
||||
#define LIBMAMBA_VERSION_PATCH 6
|
||||
#define LIBMAMBA_VERSION_IS_PRERELEASE 0
|
||||
#define LIBMAMBA_VERSION_PATCH 7
|
||||
#define LIBMAMBA_VERSION_IS_PRERELEASE 1
|
||||
#if LIBMAMBA_VERSION_IS_PRERELEASE == 1
|
||||
#define LIBMAMBA_VERSION_PRERELEASE_NAME ""
|
||||
#define LIBMAMBA_VERSION_PRERELEASE_NAME "rc0"
|
||||
#endif
|
||||
|
||||
#define LIBMAMBA_VERSION_STRING "2.0.6"
|
||||
#define LIBMAMBA_VERSION_STRING "2.0.7.rc0"
|
||||
#define LIBMAMBA_VERSION \
|
||||
(LIBMAMBA_VERSION_MAJOR * 10000 + LIBMAMBA_VERSION_MINOR * 100 + LIBMAMBA_VERSION_PATCH)
|
||||
|
||||
|
|
|
@ -1,3 +1,30 @@
|
|||
## libmambapy 2.0.7.rc0 (February 24, 2025)
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [all] Add `x86_64` archspec support for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3803>
|
||||
- [all] Use correct `url` in metadata and mirrors by @Hind-M in <https://github.com/mamba-org/mamba/pull/3816>
|
||||
- [all] Add base flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3779>
|
||||
- [all] Explain unsolvable updates by @k-collie in <https://github.com/mamba-org/mamba/pull/3829>
|
||||
- [all] Adapt root prefix' precedence for `envs_dirs` by @holzman in <https://github.com/mamba-org/mamba/pull/3813>
|
||||
- [all] Fix windows paths and add tests by @Hind-M in <https://github.com/mamba-org/mamba/pull/3787>
|
||||
- [all] Adaptive level for compatible Version formatting by @jjerphan in <https://github.com/mamba-org/mamba/pull/3818>
|
||||
- [all] add export flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3780>
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- [all] Add missing config for RTD by @Hind-M in <https://github.com/mamba-org/mamba/pull/3801>
|
||||
- [all] Warning as error default to OFF and enabled in CI by @JohanMabille in <https://github.com/mamba-org/mamba/pull/3814>
|
||||
- [all] Write command in multiple lines by @Hind-M in <https://github.com/mamba-org/mamba/pull/3794>
|
||||
- [all] Document that mamba 2 only supports trailing globs in version strings by @jdblischak in <https://github.com/mamba-org/mamba/pull/3783>
|
||||
|
||||
Maintenance:
|
||||
|
||||
- [all] Also run workflows for `feat/*` branches by @jjerphan in <https://github.com/mamba-org/mamba/pull/3823>
|
||||
- [all] Add markdownlint pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3756>
|
||||
- [all] Consistently name `Database` objects by @jjerphan in <https://github.com/mamba-org/mamba/pull/3831>
|
||||
- [all] Remove unused structure in update path by @jjerphan in <https://github.com/mamba-org/mamba/pull/3833>
|
||||
|
||||
## libmambapy 2.0.6 (February 04, 2025)
|
||||
|
||||
Enhancements:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
version_info = ("2", "0", "6")
|
||||
version_prerelease = ""
|
||||
version_info = ("2", "0", "7")
|
||||
version_prerelease = "rc0"
|
||||
__version__ = ".".join(map(str, version_info))
|
||||
if version_prerelease != "":
|
||||
__version__ = f"{__version__}.{version_prerelease}"
|
||||
|
|
|
@ -1,3 +1,30 @@
|
|||
## micromamba 2.0.7.rc0 (February 24, 2025)
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- [all] Add `x86_64` archspec support for Windows by @jjerphan in <https://github.com/mamba-org/mamba/pull/3803>
|
||||
- [all] Use correct `url` in metadata and mirrors by @Hind-M in <https://github.com/mamba-org/mamba/pull/3816>
|
||||
- [all] Add base flag to info command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3779>
|
||||
- [all] Explain unsolvable updates by @k-collie in <https://github.com/mamba-org/mamba/pull/3829>
|
||||
- [all] Adapt root prefix' precedence for `envs_dirs` by @holzman in <https://github.com/mamba-org/mamba/pull/3813>
|
||||
- [all] Fix windows paths and add tests by @Hind-M in <https://github.com/mamba-org/mamba/pull/3787>
|
||||
- [all] Adaptive level for compatible Version formatting by @jjerphan in <https://github.com/mamba-org/mamba/pull/3818>
|
||||
- [all] add export flag to list command by @SandrineP in <https://github.com/mamba-org/mamba/pull/3780>
|
||||
|
||||
CI fixes and doc:
|
||||
|
||||
- [all] Add missing config for RTD by @Hind-M in <https://github.com/mamba-org/mamba/pull/3801>
|
||||
- [all] Warning as error default to OFF and enabled in CI by @JohanMabille in <https://github.com/mamba-org/mamba/pull/3814>
|
||||
- [all] Write command in multiple lines by @Hind-M in <https://github.com/mamba-org/mamba/pull/3794>
|
||||
- [all] Document that mamba 2 only supports trailing globs in version strings by @jdblischak in <https://github.com/mamba-org/mamba/pull/3783>
|
||||
|
||||
Maintenance:
|
||||
|
||||
- [all] Also run workflows for `feat/*` branches by @jjerphan in <https://github.com/mamba-org/mamba/pull/3823>
|
||||
- [all] Add markdownlint pre-commit hook by @mathbunnyru in <https://github.com/mamba-org/mamba/pull/3756>
|
||||
- [all] Consistently name `Database` objects by @jjerphan in <https://github.com/mamba-org/mamba/pull/3831>
|
||||
- [all] Remove unused structure in update path by @jjerphan in <https://github.com/mamba-org/mamba/pull/3833>
|
||||
|
||||
## micromamba 2.0.6 (February 04, 2025)
|
||||
|
||||
Enhancements:
|
||||
|
|
|
@ -12,13 +12,13 @@
|
|||
|
||||
#define UMAMBA_VERSION_MAJOR 2
|
||||
#define UMAMBA_VERSION_MINOR 0
|
||||
#define UMAMBA_VERSION_PATCH 6
|
||||
#define UMAMBA_VERSION_IS_PRERELEASE 0
|
||||
#define UMAMBA_VERSION_PATCH 7
|
||||
#define UMAMBA_VERSION_IS_PRERELEASE 1
|
||||
#if UMAMBA_VERSION_IS_PRERELEASE == 1
|
||||
#define UMAMBA_VERSION_PRERELEASE_NAME ""
|
||||
#define UMAMBA_VERSION_PRERELEASE_NAME "rc0"
|
||||
#endif
|
||||
|
||||
#define UMAMBA_VERSION_STRING "2.0.6"
|
||||
#define UMAMBA_VERSION_STRING "2.0.7.rc0"
|
||||
#define UMAMBA_VERSION \
|
||||
(UMAMBA_VERSION_MAJOR * 10000 + UMAMBA_VERSION_MINOR * 100 + UMAMBA_VERSION_PATCH)
|
||||
|
||||
|
|
Loading…
Reference in New Issue