On Mon, Jun 22, 2015 at 3:48 PM, stephan <stephan(a)stack.nl> wrote:
You should not depend on a numbered version. That is
where nearly all our
dependency hell
problems come from. That currently restricts you to #stable, #development
or #bleedingEdge
Wasn't there a discussion about versioning last week?
Dependency hell might make it harder to upgrade (especially if no
meaningful system is employed), but depending on #stable is great way to
have your project broken at random. Only dead project has stable API.
Peter