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
Version 0.8.1
=============
Released on March 22nd, 2017.
Bug fixes
---------
* fix edge case in upgrade-all, when no remote candidate is available for an
already installed package (#261)
* fix parsing of requirements that start with a digit (#260)
Version 0.8.0
=============
Released on March 9th, 2017.
Features
--------
* new upgrade job kind, to update every installed package to the latest (#253)
* new solver method solve_with_hint for a more human-readable message for
unsatisfiable problems (#254)
Internals
---------
* update runtime dependencies constraints to latest okonomiyaki (#252)
Version 0.6.0
=============
Released on July 20th, 2016.
Features
--------
* Add support for post-release version number (#239)
* Add package and package id iteration to Pool (#237)