Skip to content

Latest commit

 

History

History
107 lines (68 loc) · 4.47 KB

CHANGELOG.md

File metadata and controls

107 lines (68 loc) · 4.47 KB

Changelog

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 Semantic Versioning.

[Unreleased]

0.8.4 - 2024-11-05

Fixed

  • constraint formatting (#80)

0.8.3 - 2024-11-01

Fixed

  • constraint at root can conflict (#79)

Other

  • (ci) bump prefix-dev/rattler-build-action from 0.2.16 to 0.2.18 (#78)
  • (ci) bump prefix-dev/rattler-build-action from 0.2.15 to 0.2.16 (#75)

0.8.2 - 2024-10-04

Fixed

  • add missing ord trait for NameId (#73)

Other

  • (ci) bump prefix-dev/rattler-build-action from 0.2.14 to 0.2.15 (#71)
  • prepare cpp v0.2.0 (#69)

0.8.1 - 2024-09-30

Other

  • implement a form of VSIDS (#67)
  • (ci) bump prefix-dev/rattler-build-action from 0.2.13 to 0.2.14 (#65)
  • visit fewer clauses during propagation (#66)

0.8.0 - 2024-09-09

Added

  • [breaking] decide on explicit requirements first (#61)
  • add better timing notebook and measuring (#64)
  • (solver) [breaking] Make Problem use builder pattern (#62)

0.7.0 - 2024-08-06

Added

  • (solver) [breaking] Solve for optional solvables in addition to the root solvable (#54)
  • [breaking] Version set unions as solvable requirements (#56)

Fixed

  • Fix off-by-one error in Mapping::serialize (#58)

Other

  • (ci) bump prefix-dev/rattler-build-action from 0.2.12 to 0.2.13 (#59)
  • (ci) bump prefix-dev/rattler-build-action from 0.2.11 to 0.2.12 (#57)
  • Add more tracing (#55)
  • (ci) bump prefix-dev/rattler-build-action from 0.2.10 to 0.2.11 (#53)
  • (ci) bump prefix-dev/rattler-build-action from 0.2.9 to 0.2.10 (#51)

0.6.2 - 2024-06-11

Added

  • release-plz resolvo_cpp
  • add rattler-build recipe (#47)
  • c++ bindings (#41)

0.6.1 - 2024-06-10

Added

  • add DependencySnapshot (#44)

Fixed

  • publish state of tool

0.6.0 - 2024-06-07

Other

  • remove Pool from API (#40)

0.5.0 - 2024-06-03

Added

  • root constraints (#38)

Other

  • small memory performance optimizations (#35)

0.4.1 - 2024-05-22

Added

  • add release-plz (#32)

Fixed

  • relax ord constraint (#31)

Other

  • dependencies (#33)
  • add projects using resolvo