Skip to content

Releases: fortran-lang/setup-fpm

v6.1.0

17 Nov 18:46
24d7e5a
Compare
Choose a tag to compare

What's Changed

  • ci: test that setup-fpm passes all the fpm tests by @gnikit in #24
  • chore(deps): bump uuid from 10.0.0 to 11.0.2 by @dependabot in #26
  • chore(deps): bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #27
  • ci: use correct key for compiler version by @gnikit in #28

Full Changelog: v6...v6.1.0

v6

17 Sep 12:23
24d7e5a
Compare
Choose a tag to compare
v6

What's Changed

  • General maintainance pre v6 Release by @gnikit in #15
  • Dependabot alerts and minor CI changes by @gnikit in #16
  • chore(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #17
  • chore(deps): bump @actions/io from 1.1.2 to 1.1.3 by @dependabot in #18
  • chore(deps): bump @actions/tool-cache from 1.7.2 to 2.0.1 by @dependabot in #19
  • chore(deps): bump @actions/github from 4.0.0 to 6.0.0 by @dependabot in #20

New Contributors

Full Changelog: v5...v6

v6.0.1

18 Sep 19:10
416ec5a
Compare
Choose a tag to compare

⚠️ Import Note

Please use this version, since v6 is missing the necessary JS binaries.

What's Changed

Full Changelog: v6...v6.0.1

Update Node.js

09 Nov 15:13
14155ba
Compare
Choose a tag to compare

Some warnings were being reported by uses of the previous version due to it uses an outdated version of Node.js.

Fix For Latest

05 Nov 16:34
2f70c05
Compare
Choose a tag to compare

Fixes fetching the latest release.
Also removes the Haskell option.

Update for new binary naming convention

09 Dec 16:01
Compare
Choose a tag to compare
v3

Update: README for new release

Feature update

05 Dec 13:30
d8d3df7
Compare
Choose a tag to compare

The latest fpm version is no longer hard-coded but can be fetched via the github API from https://github.com/fortran-lang/fpm.
This requires an access token to be supplied by users, e.g. github-token: ${{ secrets.GITHUB_TOKEN }}.

Initial release

27 Nov 12:38
41cc246
Compare
Choose a tag to compare