Major changes since 0.9.18 - Added support for "dub build <package name>" and "dub run <package name>" to build/run a specific package instead of the root package in the current directory. This works for any installed packages, as well as for sub packages.
- Added a "--root=<directory>" switch to pretend DUB was run from a different directory. Useful mainly for shell scripts and the like. - Building with GDC/LDC has been fixed (there were issues with the compiler response file format) Also the precompiled binaries for Linux now use the static version of Phobos again, which should improve interoperability on different OS distributions. GitHub projects: https://github.com/rejectedsoftware/dub https://github.com/rejectedsoftware/dub-registry Full change log: https://github.com/rejectedsoftware/dub/blob/master/CHANGELOG.md Download: http://code.dlang.org/download
