Releases: prefix-dev/resolvo
Releases · prefix-dev/resolvo
resolvo-v0.9.0
Added
- add type for
HintDependenciesAvailable
(#123)
Other
- (ci) bump zgosalvez/github-actions-ensure-sha-pinned-actions (#119)
- (ci) bump MarcoIeni/release-plz-action from 0.5.100 to 0.5.104 (#121)
- (ci) bump prefix-dev/setup-pixi from 0.8.3 to 0.8.7 (#122)
- pin follow up (#116)
- pin github actions (#115)
- (ci) bump prefix-dev/setup-pixi from 0.8.1 to 0.8.3 (#112)
- Avoid panic in Itertools::format_with (#108)
- make the versions printed in the merge solvables unique (#106)
- (ci) bump prefix-dev/rattler-build-action from 0.2.25 to 0.2.26 (#100)
- simplify watchmap traversal (#98)
resolvo-v0.8.6
Other
- update all dependencies (#96)
resolvo-v0.8.5
resolvo-v0.8.4
Fixed
- constraint formatting (#80)
resolvo-v0.8.3
resolvo-v0.8.2
resolvo_cpp-v0.2.1
What's Changed
- fix: use GNUInstallDirs for installation locations by @baszalmstra in #72
Full Changelog: resolvo_cpp-v0.2.0...resolvo_cpp-v0.2.1
resolvo_cpp-v0.2.0
Added
- More tracing (#55)
- (breaking) Version set unions as solvable requirements (#56)
- (breaking) Solve for optional solvables in addition to the root solvable (#54)
- (breaking) Add
Problem
struct (#62) - (breaking) Decide on explicit requirements first (#61)
Fixed
- Display_merged_solvables to display merged solvables correctly (#48)
- Add a virtual destructor to
DependencyProvider
(#50) - Fix off-by-one error in
Mapping::serialize
(#58)