Skip to content

Commit

Permalink
release libmamba 2.0.2, libmambapy 2.0.2, micromamba 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 2, 2024
1 parent b736741 commit 31b2347
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2024.10.02
==========

Releases: libmamba 2.0.2, libmambapy 2.0.2, micromamba 2.0.2

Bug fixes:

- [micromamba, libmamba] fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
- [libmamba] Win activate by @JohanMabille in https://github.com/mamba-org/mamba/pull/3489
- [micromamba, libmamba] Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488

CI fixes and doc:

- [all] Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491

2024.09.30
==========

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 2.0.2 (October 02, 2024)
=================================

Bug fixes:

- fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
- Win activate by @JohanMabille in https://github.com/mamba-org/mamba/pull/3489
- Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488

CI fixes and doc:

- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491

libmamba 2.0.1 (September 30, 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 2
#define LIBMAMBA_VERSION_MINOR 0
#define LIBMAMBA_VERSION_PATCH 1
#define LIBMAMBA_VERSION_PATCH 2

// Binary version
#define LIBMAMBA_BINARY_CURRENT 2
Expand Down
8 changes: 8 additions & 0 deletions libmambapy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libmambapy 2.0.2 (October 02, 2024)
===================================


CI fixes and doc:

- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491

libmambapy 2.0.1 (September 30, 2024)
=====================================

Expand Down
2 changes: 1 addition & 1 deletion libmambapy/src/libmambapy/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = ("2", "0", "1")
version_info = ("2", "0", "2")
__version__ = ".".join(map(str, version_info))
12 changes: 12 additions & 0 deletions micromamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
micromamba 2.0.2 (October 02, 2024)
===================================

Bug fixes:

- fix: Handle `MatchSpec` with brackets when parsing environments' history by @jjerphan in https://github.com/mamba-org/mamba/pull/3490
- Fix `channel` and `base_url` in `list` cmd by @Hind-M in https://github.com/mamba-org/mamba/pull/3488

CI fixes and doc:

- Rollback to micromamba 1.5.10 in CI by @JohanMabille in https://github.com/mamba-org/mamba/pull/3491

micromamba 2.0.1 (September 30, 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 2
#define UMAMBA_VERSION_MINOR 0
#define UMAMBA_VERSION_PATCH 1
#define UMAMBA_VERSION_PATCH 2

// Binary version
#define UMAMBA_BINARY_CURRENT 1
Expand Down

0 comments on commit 31b2347

Please sign in to comment.