Skip to content

Commit

Permalink
release libmamba 1.5.11, libmambapy 1.5.11, mamba 1.5.11, micromamba …
Browse files Browse the repository at this point in the history
…1.5.11
  • Loading branch information
jjerphan committed Nov 21, 2024
1 parent 717d3b0 commit 7ad2981
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2024.11.21
==========

Releases: libmamba 1.5.11, libmambapy 1.5.11, mamba 1.5.11, micromamba 1.5.11

Bug fixes:

- [libmamba, libmambapy, mamba, micromamba] Backport of #3580: Skip misformatted configuration files by @jjerphan in https://github.com/mamba-org/mamba/pull/3593
- [micromamba] Add missing dependencies to micromamba's environment specification by @jjerphan in https://github.com/mamba-org/mamba/pull/3603
- [micromamba] Backport of #3436: Fixed micromamba static build after cctools and ld64 upgrade on conda-forge by @Hind-M in https://github.com/mamba-org/mamba/pull/3465
- [libmamba, libmambapy, mamba, micromamba] Ignore SOLV writing exceptions by @jaimergp in https://github.com/mamba-org/mamba/pull/3313
- [libmamba, libmambapy, mamba, micromamba] Apply feedstock patches by @Hind-M in https://github.com/mamba-org/mamba/pull/3466

CI:

- [libmamba, libmambapy, mamba, micromamba] Upgraded to setup-micromamba v2 by @JohanMabille in https://github.com/mamba-org/mamba/pull/3504

2024.09.20
==========

Expand Down
13 changes: 13 additions & 0 deletions libmamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
libmamba 1.5.11 (November 21, 2024)
===================================

Bug fixes:

- Backport of #3580: Skip misformatted configuration files by @jjerphan in https://github.com/mamba-org/mamba/pull/3593
- Ignore SOLV writing exceptions by @jaimergp in https://github.com/mamba-org/mamba/pull/3313
- Apply feedstock patches by @Hind-M in https://github.com/mamba-org/mamba/pull/3466

CI:

- Upgraded to setup-micromamba v2 by @JohanMabille in https://github.com/mamba-org/mamba/pull/3504

libmamba 1.5.10 (September 20, 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 10
#define LIBMAMBA_VERSION_PATCH 11

// Binary version
#define LIBMAMBA_BINARY_CURRENT 2
Expand Down
13 changes: 13 additions & 0 deletions libmambapy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
libmambapy 1.5.11 (November 21, 2024)
=====================================

Bug fixes:

- Backport of #3580: Skip misformatted configuration files by @jjerphan in https://github.com/mamba-org/mamba/pull/3593
- Ignore SOLV writing exceptions by @jaimergp in https://github.com/mamba-org/mamba/pull/3313
- Apply feedstock patches by @Hind-M in https://github.com/mamba-org/mamba/pull/3466

CI:

- Upgraded to setup-micromamba v2 by @JohanMabille in https://github.com/mamba-org/mamba/pull/3504

libmambapy 1.5.10 (September 20, 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, 10)
version_info = (1, 5, 11)
__version__ = ".".join(map(str, version_info))
13 changes: 13 additions & 0 deletions mamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mamba 1.5.11 (November 21, 2024)
================================

Bug fixes:

- Backport of #3580: Skip misformatted configuration files by @jjerphan in https://github.com/mamba-org/mamba/pull/3593
- Ignore SOLV writing exceptions by @jaimergp in https://github.com/mamba-org/mamba/pull/3313
- Apply feedstock patches by @Hind-M in https://github.com/mamba-org/mamba/pull/3466

CI:

- Upgraded to setup-micromamba v2 by @JohanMabille in https://github.com/mamba-org/mamba/pull/3504

mamba 1.5.10 (September 20, 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, 10)
version_info = (1, 5, 11)
__version__ = ".".join(map(str, version_info))
15 changes: 15 additions & 0 deletions micromamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
micromamba 1.5.11 (November 21, 2024)
=====================================

Bug fixes:

- Backport of #3580: Skip misformatted configuration files by @jjerphan in https://github.com/mamba-org/mamba/pull/3593
- Add missing dependencies to micromamba's environment specification by @jjerphan in https://github.com/mamba-org/mamba/pull/3603
- Backport of #3436: Fixed micromamba static build after cctools and ld64 upgrade on conda-forge by @Hind-M in https://github.com/mamba-org/mamba/pull/3465
- Ignore SOLV writing exceptions by @jaimergp in https://github.com/mamba-org/mamba/pull/3313
- Apply feedstock patches by @Hind-M in https://github.com/mamba-org/mamba/pull/3466

CI:

- Upgraded to setup-micromamba v2 by @JohanMabille in https://github.com/mamba-org/mamba/pull/3504

micromamba 1.5.10 (September 20, 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 10
#define UMAMBA_VERSION_PATCH 11

// Binary version
#define UMAMBA_BINARY_CURRENT 1
Expand Down

0 comments on commit 7ad2981

Please sign in to comment.