v0.3
CHANGES:
-
opam-0install-cudf: Allow to tag packages as recommended when giving them to the solver (@kit-ty-kate #16)
Recommanded packages might or might not be chosen by the solver depending on whether
the most up-to-date Essential packages available are compatible with them. -
Add an option to get the least up-to-date version of each packages (@kit-ty-kate #18)
Option available in both opam-0install and opam-0install-cudf libraries
as well as a new --prefer-oldest option to the opam-0install binary. -
opam-0install-cudf: Remove the unnecessary dependency towards the opam library (@kit-ty-kate #15)
-
Documentation: Add a link to API docs in the README (@talex5 #14 #17)