D Programming Language/dub: Release v1.29.0
Name: dub
Owner: D Programming Language
Release: v1.29.0
Released: 2022-05-10
License: MIT
Release Assets:
What's Changed
- Removes dynamicLibrary being built as staticLibrary for targets other than OMF. by @rikkimax in https://github.com/dlang/dub/pull/2211
- move command variable substitution to execution by @WebFreak001 in https://github.com/dlang/dub/pull/2217
- Fix interactive run-unittest.d by @WebFreak001 in https://github.com/dlang/dub/pull/2219
- merge stable by @MartinNowak in https://github.com/dlang/dub/pull/2221
- fix: parse version from filesystem supplier correctly by @Panke in https://github.com/dlang/dub/pull/2220
- merge stable by @MartinNowak in https://github.com/dlang/dub/pull/2225
- add CompilerInvocationException by @WebFreak001 in https://github.com/dlang/dub/pull/2226
- Adapt determinePlatform to the new defaults for Win32 by @MoonlightSentinel in https://github.com/dlang/dub/pull/2227
- Define the $DUB_BUILD_PATH variable. by @veelo in https://github.com/dlang/dub/pull/2228
- merge stable by @MartinNowak in https://github.com/dlang/dub/pull/2231
- Add link to dub-docs. by @veelo in https://github.com/dlang/dub/pull/2232
- Remove travis-ci badge from README.md by @ibuclaw in https://github.com/dlang/dub/pull/2233
- Annotate escaping reference. by @veelo in https://github.com/dlang/dub/pull/2237
- Posix: use /etc/dub/settings.json if in /usr by @WebFreak001 in https://github.com/dlang/dub/pull/2203
- Add -fno-druntime to GDC BuildOptions; it is the betterC flag. by @ibara in https://github.com/dlang/dub/pull/2186
- Fix #2238 - Renew source files after preGenerateCommands by @atilaneves in https://github.com/dlang/dub/pull/2239
- Inject source file (replaces #2207) by @rikkimax in https://github.com/dlang/dub/pull/2240
New Contributors
- @ibara made their first contribution in https://github.com/dlang/dub/pull/2186
Full Changelog: https://github.com/dlang/dub/compare/v1.28.0...v1.29.0