Skip to content

Commit

Permalink
release libmamba 1.5.6, libmambapy 1.5.6, mamba 1.5.6, micromamba 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Dec 21, 2023
1 parent 6283ff4 commit 8c739ea
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2023.12.21
==========

Releases: libmamba 1.5.6, libmambapy 1.5.6, mamba 1.5.6, micromamba 1.5.6

Bug fixes:

- [libmamba, libmambapy] Fix canonical name for local channels by @isuruf in https://github.com/mamba-org/mamba/pull/3056

2023.12.11
==========

Expand Down
7 changes: 7 additions & 0 deletions libmamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libmamba 1.5.6 (December 21, 2023)
==================================

Bug fixes:

- Fix canonical name for local channels by @isuruf in https://github.com/mamba-org/mamba/pull/3056

libmamba 1.5.5 (December 11, 2023)
==================================

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 5
#define LIBMAMBA_VERSION_PATCH 6

// 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.6 (December 21, 2023)
====================================

Bug fixes:

- Fix canonical name for local channels by @isuruf in https://github.com/mamba-org/mamba/pull/3056

libmambapy 1.5.5 (December 11, 2023)
====================================

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, 5)
version_info = (1, 5, 6)
__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.6 (December 21, 2023)
===============================


mamba 1.5.5 (December 11, 2023)
===============================

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, 5)
version_info = (1, 5, 6)
__version__ = ".".join(map(str, version_info))
4 changes: 4 additions & 0 deletions micromamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
micromamba 1.5.6 (December 21, 2023)
====================================


micromamba 1.5.5 (December 11, 2023)
====================================

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 5
#define UMAMBA_VERSION_PATCH 6

// Binary version
#define UMAMBA_BINARY_CURRENT 1
Expand Down

0 comments on commit 8c739ea

Please sign in to comment.