release libmamba 1.4.9, libmambapy 1.4.9, mamba 1.4.9, micromamba 1.4.9

This commit is contained in:
Johan Mabille 2023-07-13 16:07:23 +02:00
parent 134e2dddf3
commit 6f6fdd7b98
9 changed files with 36 additions and 4 deletions

View File

@ -1,3 +1,13 @@
2023.07.13
==========
Releases: libmamba 1.4.9, libmambapy 1.4.9, mamba 1.4.9, micromamba 1.4.9
Bug fixes:
- [micromamba] Added upper bound to fmt to avoid weird failure on ci (windows only) by @JohanMabille in https://github.com/mamba-org/mamba/pull/2671
- [libmamba] Fixed missing key <channel_name> in channel <channel_list> issue by @JohanMabille in https://github.com/mamba-org/mamba/pull/2668
2023.07.11
==========

View File

@ -1,3 +1,10 @@
libmamba 1.4.9 (July 13, 2023)
==============================
Bug fixes:
- Fixed missing key <channel_name> in channel <channel_list> issue by @JohanMabille in https://github.com/mamba-org/mamba/pull/2668
libmamba 1.4.8 (July 11, 2023)
==============================

View File

@ -12,7 +12,7 @@
#define LIBMAMBA_VERSION_MAJOR 1
#define LIBMAMBA_VERSION_MINOR 4
#define LIBMAMBA_VERSION_PATCH 8
#define LIBMAMBA_VERSION_PATCH 9
// Binary version
#define LIBMAMBA_BINARY_CURRENT 2

View File

@ -1,3 +1,7 @@
libmambapy 1.4.9 (July 13, 2023)
================================
libmambapy 1.4.8 (July 11, 2023)
================================

View File

@ -1,2 +1,2 @@
version_info = (1, 4, 8)
version_info = (1, 4, 9)
__version__ = ".".join(map(str, version_info))

View File

@ -1,3 +1,7 @@
mamba 1.4.9 (July 13, 2023)
===========================
mamba 1.4.8 (July 11, 2023)
===========================

View File

@ -1,2 +1,2 @@
version_info = (1, 4, 8)
version_info = (1, 4, 9)
__version__ = ".".join(map(str, version_info))

View File

@ -1,3 +1,10 @@
micromamba 1.4.9 (July 13, 2023)
================================
Bug fixes:
- Added upper bound to fmt to avoid weird failure on ci (windows only) by @JohanMabille in https://github.com/mamba-org/mamba/pull/2671
micromamba 1.4.8 (July 11, 2023)
================================

View File

@ -12,7 +12,7 @@
#define UMAMBA_VERSION_MAJOR 1
#define UMAMBA_VERSION_MINOR 4
#define UMAMBA_VERSION_PATCH 8
#define UMAMBA_VERSION_PATCH 9
// Binary version
#define UMAMBA_BINARY_CURRENT 1