You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes
Fix issue with content trust post-solve hooks that prevented signatures from being verified when the solved package records didn't include subdir information in their channel metadata. (#616 via #617)
Protect against conda.base.context.context.restore_free_channel deprecation by using getattr. (#629)
Remove all packages with --no-deps, not just the last one to be analyzed. (#632)
Docs
Mention conda ecosystem's adaptation of libsolv. (#624)