Skip to content

Commit

Permalink
release libmamba 1.4.8, libmambapy 1.4.8, mamba 1.4.8, micromamba 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jul 11, 2023
1 parent 94a1891 commit bc818db
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2023.07.11
==========

Releases: libmamba 1.4.8, libmambapy 1.4.8, mamba 1.4.8, micromamba 1.4.8

Enhancements:

- [libmamba, micromamba] No profile.d fallback in rc files by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2649
- [libmamba] Removed unused function by @Klaim in https://github.com/mamba-org/mamba/pull/2656
- [libmamba] Replace MTransaction::m_remove with Solution by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2603
- [mamba] Improve warning when package record not found by @maresb in https://github.com/mamba-org/mamba/pull/2662

Bug fixes:

- [libmamba] Fixed zst check in MSubdirData by @JohanMabille in https://github.com/mamba-org/mamba/pull/2661

CI fixes and doc;

- [mamba] Force conda-forge in Anaconda install by @jonashaag in https://github.com/mamba-org/mamba/pull/2619
- [mamba, micromamba] Update installation docs by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2654

2023.07.06
==========

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.4.8 (July 11, 2023)
==============================

Enhancements:

- No profile.d fallback in rc files by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2649
- Removed unused function by @Klaim in https://github.com/mamba-org/mamba/pull/2656
- Replace MTransaction::m_remove with Solution by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2603

Bug fixes:

- Fixed zst check in MSubdirData by @JohanMabille in https://github.com/mamba-org/mamba/pull/2661

libmamba 1.4.7 (July 06, 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 4
#define LIBMAMBA_VERSION_PATCH 7
#define LIBMAMBA_VERSION_PATCH 8

// Binary version
#define LIBMAMBA_BINARY_CURRENT 2
Expand Down
4 changes: 4 additions & 0 deletions libmambapy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
libmambapy 1.4.8 (July 11, 2023)
================================


libmambapy 1.4.7 (July 06, 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, 4, 7)
version_info = (1, 4, 8)
__version__ = ".".join(map(str, version_info))
12 changes: 12 additions & 0 deletions mamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
mamba 1.4.8 (July 11, 2023)
===========================

Enhancements:

- Improve warning when package record not found by @maresb in https://github.com/mamba-org/mamba/pull/2662

CI fixes and doc;

- Force conda-forge in Anaconda install by @jonashaag in https://github.com/mamba-org/mamba/pull/2619
- Update installation docs by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2654

mamba 1.4.7 (July 06, 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, 4, 7)
version_info = (1, 4, 8)
__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.4.8 (July 11, 2023)
================================

Enhancements:

- No profile.d fallback in rc files by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2649

CI fixes and doc;

- Update installation docs by @AntoinePrv in https://github.com/mamba-org/mamba/pull/2654

micromamba 1.4.7 (July 06, 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 4
#define UMAMBA_VERSION_PATCH 7
#define UMAMBA_VERSION_PATCH 8

// Binary version
#define UMAMBA_BINARY_CURRENT 1
Expand Down

0 comments on commit bc818db

Please sign in to comment.