All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to calendar versioning in the
YY.M.MICRO
format.
22.8.1 - 2022-08-25
- Amend packaging metadata (#51)
22.8.0 - 2022-08-24
- Check if conda is outdated with
libmamba
instead of relying on conda's implementation (#46)
- Rely on conda's
SubdirData
as a fallback for channel protocols not supported bylibmamba
(#49)
- Deprecate
libmamba-draft
solver variant (#45)
- Remove legacy debugging code and file-logging based on stream capture (#48)
22.6.0 - 2022-06-28
- Custom user agent (#29)
- Compatibility with conda-build (#30)
- Enable support for user-defined
repodata_fn
while ignoringcurrent_repodata.json
(#34) - Faster Python version changes (#33)
- Remove base environment protection (#43)
- Fix libmamba 0.23 compatibility (#35)
- Fix handling of
*
-enabled build strings (#36) - Fix
escape_channel_url
problems (#32) - Fix error reporting if S3-backed channels are used (#41)
22.3.1 - 2022-03-23
- Make sure
noarch
packages get reinstalled if Python version changed (#26) - Accept star-only version specs (e.g.
libblas=*=*mkl
) and fix support forchannel::package
syntax (#25) - Enable support for authenticated channels (#23)
22.3.0 - 2022-03-09
First public release
22.2.0 - 2022-02-01
Internal pre-release as a separate repository.