DUB 0.9.23 released

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Apr 6 01:21:45 PDT 2015


The new version contains some important bug fixes for sub modules and 
overridden string imports, as well as some other major fixes. Apart from 
that, the major additions are:

  - "copyFiles" now get hard linked instead of copied and whole
    directories can be copied in addition to individual files
  - The "dub init" command has been extended to take an optional list of
    dependencies that is added to the generated dub.json
  - A new "deimos" template has been been implemented
    (dub init --type=deimos)
  - The default compiler is now chosen based on what is found in PATH
  - New project generators for Sublime Text and CMake
  - In single file build mode, "--parallel" can now be used to compile
    with multiple compiler instances at once

Find the full list of changes in the change log [1] and download at:

http://code.dlang.org/download

[1]: https://github.com/D-Programming-Language/dub/blob/master/CHANGELOG.md


More information about the Digitalmars-d-announce mailing list