D Programming Language/dub: Release v1.35.0
Name: dub
Owner: D Programming Language
Release: v1.35.0
Released: 2023-12-02
License: MIT
Release Assets:
What's Changed
- merge stable by @ibuclaw in https://github.com/dlang/dub/pull/2671
- Fix failure of test suite on POSIX by @rtbo in https://github.com/dlang/dub/pull/2648
- Don't wastefully execute everything via a shell by @CyberShadow in https://github.com/dlang/dub/pull/2674
- merge stable by @ibuclaw in https://github.com/dlang/dub/pull/2678
- Implemented recipe files for dub #2684 by @MrcSnm in https://github.com/dlang/dub/pull/2685
- add --deep flag to
dub build
by @rtbo in https://github.com/dlang/dub/pull/2647 - add the build ID in TargetDescription by @rtbo in https://github.com/dlang/dub/pull/2644
- add changelog entry for #2647 by @WebFreak001 in https://github.com/dlang/dub/pull/2688
- CI: Enable test/run-unittest.sh on Windows by @kinke in https://github.com/dlang/dub/pull/2689
- fix typo in cImportPaths dub describe data by @WebFreak001 in https://github.com/dlang/dub/pull/2693
- improve github CI definitions by @WebFreak001 in https://github.com/dlang/dub/pull/2694
- add
dub describe --data=configs,builds
by @WebFreak001 in https://github.com/dlang/dub/pull/2692 - interactively query for license, suggest SPDX licenses by @WebFreak001 in https://github.com/dlang/dub/pull/1902
- Update isBasicType usage for Phobos PR 8838 by @pbackus in https://github.com/dlang/dub/pull/2710
New Contributors
- @pbackus made their first contribution in https://github.com/dlang/dub/pull/2710
Full Changelog: https://github.com/dlang/dub/compare/v1.34.0...v1.35.0