D Programming Language/dub: Release v1.38.0
Name: dub
Owner: D Programming Language
Release: v1.38.0: Various performance enhancements
Released: 2024-06-01
License: MIT
Release Assets:
What's Changed
- Implement filesystem attributes and use
PackageManager.store
by @Geod24 in https://github.com/dlang/dub/pull/2886 - merge stable by @ibuclaw in https://github.com/dlang/dub/pull/2888
- Trivial: Simplify ensureDirectory by @Geod24 in https://github.com/dlang/dub/pull/2889
- Change all references to std.file in commandline to FQN by @Geod24 in https://github.com/dlang/dub/pull/2890
- update version to v1.37.0-rc.1 by @ibuclaw in https://github.com/dlang/dub/pull/2892
- merge stable by @ibuclaw in https://github.com/dlang/dub/pull/2894
- Remove abandoned registry mirrors. by @s-ludwig in https://github.com/dlang/dub/pull/2900
- Speed up Package.getPackageConfigs by @atilaneves in https://github.com/dlang/dub/pull/2902
- Improve the output when the subcommand is not found by @electricface in https://github.com/dlang/dub/pull/2896
- Speed up module parsing with hand-written parser by @atilaneves in https://github.com/dlang/dub/pull/2897
- Respect skipRegistry value from configuration files by @the-horo in https://github.com/dlang/dub/pull/2903
- Fix glitches in testcases by @shoo in https://github.com/dlang/dub/pull/2904
- [stable] Fix regression in module-declarations parser by @kinke in https://github.com/dlang/dub/pull/2910
New Contributors
- @electricface made their first contribution in https://github.com/dlang/dub/pull/2896
Full Changelog: https://github.com/dlang/dub/compare/v1.37.0...v1.38.0