Merge pull request #2678 from ibuclaw/merge_stable
merge stable

Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
commit 52fd92860b9d554ca03fe41414f61407002b480c
2 parents 713d3b0 + 8be7e16
@The Dlang Bot The Dlang Bot authored on 2 Aug 2023
GitHub committed on 2 Aug 2023
Showing 2 changed files
View
7
changelog/d_versions_flag.dd 100644 → 0
Exposed `--d-versions` CLI flag
 
You can now specify `--d-versions=Xyz` to basically insert `version = Xyz;` into
all D source files. This is the same as specifying `versions` in your dub.sdl /
dub.json file, but from the CLI and unrelated to any build types or
configurations.
View
2
■■■
source/dub/version_.d
module dub.version_;
enum dubVersion = "v1.34.0-beta.1";
enum dubVersion = "v1.34.0";