Skip to content

Commit

Permalink
release libmamba 1.5.10, libmambapy 1.5.10, mamba 1.5.10, micromamba …
Browse files Browse the repository at this point in the history
…1.5.10
  • Loading branch information
Hind-M committed Sep 20, 2024
1 parent b0fafa6 commit e89127e
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2024.09.20
==========

Releases: libmamba 1.5.10, libmambapy 1.5.10, mamba 1.5.10, micromamba 1.5.10

Enhancement:

- [libmamba, libmambapy, micromamba] Backport fmt 11 support by @Hind-M in https://github.com/mamba-org/mamba/pull/3429

Bug fixes:

- [libmamba] Fix x86_64 to use underscore instead of dash by @traversaro in https://github.com/mamba-org/mamba/pull/3404
- [micromamba] Fix test by @Hind-M in https://github.com/mamba-org/mamba/pull/3432

2024.08.31
==========

Expand Down
11 changes: 11 additions & 0 deletions libmamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
libmamba 1.5.10 (September 20, 2024)
====================================

Enhancement:

- Backport fmt 11 support by @Hind-M in https://github.com/mamba-org/mamba/pull/3429

Bug fixes:

- Fix x86_64 to use underscore instead of dash by @traversaro in https://github.com/mamba-org/mamba/pull/3404

libmamba 1.5.9 (August 31, 2024)
================================

Expand Down
2 changes: 1 addition & 1 deletion libmamba/include/mamba/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define LIBMAMBA_VERSION_MAJOR 1
#define LIBMAMBA_VERSION_MINOR 5
#define LIBMAMBA_VERSION_PATCH 9
#define LIBMAMBA_VERSION_PATCH 10

// Binary version
#define LIBMAMBA_BINARY_CURRENT 2
Expand Down
7 changes: 7 additions & 0 deletions libmambapy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libmambapy 1.5.10 (September 20, 2024)
======================================

Enhancement:

- Backport fmt 11 support by @Hind-M in https://github.com/mamba-org/mamba/pull/3429

libmambapy 1.5.9 (August 31, 2024)
==================================

Expand Down
2 changes: 1 addition & 1 deletion libmambapy/libmambapy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 5, 9)
version_info = (1, 5, 10)
__version__ = ".".join(map(str, version_info))
4 changes: 4 additions & 0 deletions mamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mamba 1.5.10 (September 20, 2024)
=================================


mamba 1.5.9 (August 31, 2024)
=============================

Expand Down
2 changes: 1 addition & 1 deletion mamba/mamba/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 5, 9)
version_info = (1, 5, 10)
__version__ = ".".join(map(str, version_info))
11 changes: 11 additions & 0 deletions micromamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
micromamba 1.5.10 (September 20, 2024)
======================================

Enhancement:

- Backport fmt 11 support by @Hind-M in https://github.com/mamba-org/mamba/pull/3429

Bug fixes:

- Fix test by @Hind-M in https://github.com/mamba-org/mamba/pull/3432

micromamba 1.5.9 (August 31, 2024)
==================================

Expand Down
2 changes: 1 addition & 1 deletion micromamba/src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define UMAMBA_VERSION_MAJOR 1
#define UMAMBA_VERSION_MINOR 5
#define UMAMBA_VERSION_PATCH 9
#define UMAMBA_VERSION_PATCH 10

// Binary version
#define UMAMBA_BINARY_CURRENT 1
Expand Down

0 comments on commit e89127e

Please sign in to comment.