www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta release DUB 0.9.25-beta.2

This is the first beta of 0.9.25, which should be considered an extended 
beta for 1.0.0, which will follow shortly afterwards. The API has now 
been cleaned up and is in a state that is acceptable for a stable 
release, even if it still isn't particularly idiomatic in many places 
(e.g. no ranges or  safe/ nogc annotations are used).

Other major changes:

  - Builds on frontend versions up to 2.071.0 now
  - Implements proper optional dependency semantics, where using an
    optional dependency can now be controlled using dub.selections.json
  - "dub init" is now interactive by default (use -n to disable)
  - Contains some critical changes regarding path based dependencies

Full change log:
https://github.com/D-Programming-Language/dub/blob/master/CHANGELOG.md

Download (Latest Preview):
http://code.dlang.org/download
Apr 26 2016