Releases: dlang-community/setup-dlang
v1.0.3: fix vendored node_modules
In v1.0.2 dependency specification was upgraded, but node_modules folder not regenerated. This release fixes it.
v1.0.2: Update actions/core to v1.2.6
This release updates the actions/core
dependency to the latest release, v1.2.6.
v1.0.1: Update links to point to the new URL
Since the action has been moved from mihails-strasuns' account,
the original author, to dlang-community, a few links were changed
in code and documentation.
v1.0.0
Expected to be pretty stable now.
v0.5.0
v0.4.1
- Install gnupg automatically with brew in darwin (#17)
v0.4.0
Fixes:
-
ldc-master
will use latest uploaded asset for the current platformFixes rare issue when actions runs during new nightly asset upload and not all
platforms are available for the latest commit.
New features:
-
Use github access token for the api (#15)
Oauth access token is supposed to come from a yml configuration file if
ldc-master is used. Github actions provide one that can be used out of
the box withsecrets.GITHUB_TOKEN
variable. -
Verify DMD downloads with GPG (#5)
DMD does not use HTTPS for download links, thus using GPG signature is
necessary to avoid MitM. LDC currently does not need/provide those.
v0.3.1
v0.3.0
Fixes:
- Changes the regular expressions not matching anywhere in the middle of the version string but rather match the whole string
- Changes the regular expressions to match 2.x.x with dots (.) instead of any character
- Fixed tool cache for -master, -latest, -beta versions
New features:
- Supports installing -master versions of DMD and LDC
- Supports installation of DMD < 2.072.0