Skip to content

Commit

Permalink
release libmamba 2.0.4alpha2, libmambapy 2.0.4alpha2, micromamba 2.0.…
Browse files Browse the repository at this point in the history
…4alpha2
  • Loading branch information
Hind-M committed Nov 14, 2024
1 parent 20d51bb commit 333abd0
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2024.11.14
==========

Releases: libmamba 2.0.4alpha2, libmambapy 2.0.4alpha2, micromamba 2.0.4alpha2

Enhancements:

- [libmamba] More details in error message when failing to parse json from a python command's output by @Klaim in https://github.com/mamba-org/mamba/pull/3604

Bug fixes:

- [libmamba] Fix some warnings by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3595
- [all] Remove Taskfile from `environment-dev-extra.yml` by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3597

CI fixes and doc:

- [micromamba, libmamba] Update pre-commit hooks except clang-format by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3599
- [all] Force spinx v6 in readthedocs by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3586

2024.11.12-0
============

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

Enhancements:

- More details in error message when failing to parse json from a python command's output by @Klaim in https://github.com/mamba-org/mamba/pull/3604

Bug fixes:

- Fix some warnings by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3595
- Remove Taskfile from `environment-dev-extra.yml` by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3597

CI fixes and doc:

- Update pre-commit hooks except clang-format by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3599
- Force spinx v6 in readthedocs by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3586

libmamba 2.0.4alpha1 (November 12, 2024)
========================================

Expand Down
12 changes: 12 additions & 0 deletions libmambapy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
libmambapy 2.0.4alpha2 (November 14, 2024)
==========================================


Bug fixes:

- Remove Taskfile from `environment-dev-extra.yml` by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3597

CI fixes and doc:

- Force spinx v6 in readthedocs by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3586

libmambapy 2.0.4alpha1 (November 12, 2024)
==========================================

Expand Down
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.4alpha2 (November 14, 2024)
==========================================


Bug fixes:

- Remove Taskfile from `environment-dev-extra.yml` by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3597

CI fixes and doc:

- Update pre-commit hooks except clang-format by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3599
- Force spinx v6 in readthedocs by @mathbunnyru in https://github.com/mamba-org/mamba/pull/3586

micromamba 2.0.4alpha1 (November 12, 2024)
==========================================

Expand Down

0 comments on commit 333abd0

Please sign in to comment.