Skip to content

Commit

Permalink
Prepare for 22.8 release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Aug 24, 2022
1 parent ed138e2 commit db18a7d
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
<!--
Populate these categories as PRs are merged to `main`. When a release is cut,
copy to its corresponding section, deleting empty sections if any.
Remember to update the hyperlinks at the bottom.
--->

### Added
Expand All @@ -24,6 +25,24 @@ copy to its corresponding section, deleting empty sections if any.

### Security

## [22.8.0] - 2022-08-22

### Added

* Check if conda is outdated with `libmamba` instead of relying on conda's implementation (#46)

### Changed

* Rely on conda's `SubdirData` as a fallback for channel protocols not supported by `libmamba` (#49)

### Deprecated

* Deprecate `libmamba-draft` solver variant (#45)

### Removed

* Remove legacy debugging code and file-logging based on stream capture (#48)

## [22.6.0] - 2022-06-28

### Added
Expand Down Expand Up @@ -62,7 +81,9 @@ _Internal pre-release as a separate repository._

<!-- Hyperlinks --->

[Unreleased]: https://github.com/conda-incubator/conda-libmamba-solver/compare/22.3.1..main
[Unreleased]: https://github.com/conda-incubator/conda-libmamba-solver/compare/22.8.0..main
[22.3.1]: https://github.com/conda-incubator/conda-libmamba-solver/releases/tag/22.3.1
[22.3.0]: https://github.com/conda-incubator/conda-libmamba-solver/releases/tag/22.3.0
[22.2.0]: https://github.com/conda-incubator/conda-libmamba-solver/releases/tag/22.2.0
[22.2.0]: https://github.com/conda-incubator/conda-libmamba-solver/releases/tag/22.2.0
[22.6.0]: https://github.com/conda-incubator/conda-libmamba-solver/releases/tag/22.6.0
[22.8.0]: https://github.com/conda-incubator/conda-libmamba-solver/releases/tag/22.8.0

0 comments on commit db18a7d

Please sign in to comment.