Skip to content

Commit

Permalink
release libmamba 2.0.1, libmambapy 2.0.1, micromamba 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Sep 30, 2024
1 parent f8bfd11 commit 9fc7b99
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2024.09.30
==========

Releases: libmamba 2.0.1, libmambapy 2.0.1, micromamba 2.0.1

Bug fixes:

- [libmamba] Fixed channel output in umamba list by @JohanMabille in https://github.com/mamba-org/mamba/pull/3486
- [libmamba, micromamba] --full-name option for list by @JohanMabille in https://github.com/mamba-org/mamba/pull/3485
- [libmamba, micromamba] fix: Support for PEP 440 "Compatible Releases" (operator `~=` for `MatchSpec`) by @jjerphan in https://github.com/mamba-org/mamba/pull/3483
- [libmamba] Fix micromamba activate on Windows by @JohanMabille in https://github.com/mamba-org/mamba/pull/3484
- [micromamba] Added --copy flag to create and install commands by @JohanMabille in https://github.com/mamba-org/mamba/pull/3474

CI fixes and doc:

- [all] doc: add github links to documentation by @timhoffm in https://github.com/mamba-org/mamba/pull/3471

2024.09.25
==========

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

Bug fixes:

- Fixed channel output in umamba list by @JohanMabille in https://github.com/mamba-org/mamba/pull/3486
- --full-name option for list by @JohanMabille in https://github.com/mamba-org/mamba/pull/3485
- fix: Support for PEP 440 "Compatible Releases" (operator `~=` for `MatchSpec`) by @jjerphan in https://github.com/mamba-org/mamba/pull/3483
- Fix micromamba activate on Windows by @JohanMabille in https://github.com/mamba-org/mamba/pull/3484

CI fixes and doc:

- doc: add github links to documentation by @timhoffm in https://github.com/mamba-org/mamba/pull/3471

libmamba 2.0.0 (September 25, 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 0
#define LIBMAMBA_VERSION_PATCH 1

// 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.1 (September 30, 2024)
=====================================


CI fixes and doc:

- doc: add github links to documentation by @timhoffm in https://github.com/mamba-org/mamba/pull/3471

libmambapy 2.0.0 (September 25, 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", "0")
version_info = ("2", "0", "1")
__version__ = ".".join(map(str, version_info))
13 changes: 13 additions & 0 deletions micromamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
micromamba 2.0.1 (September 30, 2024)
=====================================

Bug fixes:

- --full-name option for list by @JohanMabille in https://github.com/mamba-org/mamba/pull/3485
- fix: Support for PEP 440 "Compatible Releases" (operator `~=` for `MatchSpec`) by @jjerphan in https://github.com/mamba-org/mamba/pull/3483
- Added --copy flag to create and install commands by @JohanMabille in https://github.com/mamba-org/mamba/pull/3474

CI fixes and doc:

- doc: add github links to documentation by @timhoffm in https://github.com/mamba-org/mamba/pull/3471

micromamba 2.0.0 (September 25, 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 0
#define UMAMBA_VERSION_PATCH 1

// Binary version
#define UMAMBA_BINARY_CURRENT 1
Expand Down

0 comments on commit 9fc7b99

Please sign in to comment.