November 18, 2019
https://github.com/mihails-strasuns/setup-dlang/releases/tag/v0.4.0

Note: assuming no new issues will be found in a next few weeks, this will be eventually promoted to the 1.0.0 release. Fingers crossed.

Fixes
-----

* ldc-master will use latest uploaded asset for the current platform

Fixes 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 with secrets.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.
November 18, 2019
On Monday, 18 November 2019 at 10:32:29 UTC, Mihails wrote:
> https://github.com/mihails-strasuns/setup-dlang/releases/tag/v0.4.0
>
> Note: assuming no new issues will be found in a next few weeks, this will be eventually promoted to the 1.0.0 release. Fingers crossed.

Thanks for this. It works perfectly.