Skip to content

Releases: dlang-community/setup-dlang

v1.0.3: fix vendored node_modules

25 Oct 17:56
Compare
Choose a tag to compare

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

02 Oct 16:23
Compare
Choose a tag to compare

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

16 Sep 03:59
Compare
Choose a tag to compare

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

20 May 19:19
Compare
Choose a tag to compare

Expected to be pretty stable now.

v0.5.0

04 Jan 11:02
Compare
Choose a tag to compare

Fixes:

  • Adapt to new LDC asset naming (#20)

New features:

  • Add library path to the environment (#21)

v0.4.1

25 Nov 16:21
Compare
Choose a tag to compare
  • Install gnupg automatically with brew in darwin (#17)

v0.4.0

18 Nov 10:01
Compare
Choose a tag to compare

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.

v0.3.1

01 Nov 15:40
Compare
Choose a tag to compare
  • Use Github API to find latest ldc-master (#8)
  • Minor cleanup (#7)
  • More readme and usage examples (#4)

v0.3.0

21 Sep 15:03
Compare
Choose a tag to compare

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

v0.2.0

17 Sep 16:46
Compare
Choose a tag to compare