RejectedSoftware Forums

Sign up

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

Release candidate DUB 0.9.25-rc.1

rc.1 has been tagged and is available for download. Contains only a
single fix regarding targetType none packages over beta.3. If no issues
come up, this will be tagged as 0.9.25 next Sunday.