Skip to content

Commit

Permalink
release libmamba 2.0.0beta0, libmambapy 2.0.0beta0, micromamba 2.0.0b…
Browse files Browse the repository at this point in the history
…eta0
  • Loading branch information
JohanMabille committed Apr 4, 2024
1 parent 43be9b5 commit b5195d9
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2024.04.04
==========

Releases: libmamba 2.0.0beta0, libmambapy 2.0.0beta0, micromamba 2.0.0beta0

Enhancements:

- [libmambapy] Bind VersionPredicate by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3255
- [all] Update pre-commit hooks" by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3252
- [libmamba, micromamba] Refactor os utilities by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3248

Bug fixes:

- [libmambapy] Add missing pybind header by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3256
- [libmambapy, libmamba] Don't add duplicate .conda and .tar.bz2 packages by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3253

CI fixes and doc:

- [all] Small changelog additions by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3254

2024.03.26
==========

Expand Down
16 changes: 16 additions & 0 deletions libmamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
libmamba 2.0.0beta0 (April 04, 2024)
====================================

Enhancements:

- Update pre-commit hooks" by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3252
- Refactor os utilities by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3248

Bug fixes:

- Don't add duplicate .conda and .tar.bz2 packages by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3253

CI fixes and doc:

- Small changelog additions by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3254

libmamba 2.0.0alpha4 (March 26, 2024)
=====================================

Expand Down
17 changes: 17 additions & 0 deletions libmambapy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
libmambapy 2.0.0beta0 (April 04, 2024)
======================================

Enhancements:

- Bind VersionPredicate by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3255
- Update pre-commit hooks" by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3252

Bug fixes:

- Add missing pybind header by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3256
- Don't add duplicate .conda and .tar.bz2 packages by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3253

CI fixes and doc:

- Small changelog additions by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3254

libmambapy 2.0.0alpha4 (March 26, 2024)
=======================================

Expand Down
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.0beta0 (April 04, 2024)
======================================

Enhancements:

- Update pre-commit hooks" by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3252
- Refactor os utilities by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3248

CI fixes and doc:

- Small changelog additions by @AntoinePrv in https://github.com/mamba-org/mamba/pull/3254

micromamba 2.0.0alpha4 (March 26, 2024)
=======================================

Expand Down

0 comments on commit b5195d9

Please sign in to comment.