Releases: fortran-lang/setup-fpm
Releases · fortran-lang/setup-fpm
v6.0.1
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
- @gnikit made their first contribution in #15
- @dependabot made their first contribution in #17
Full Changelog: v5...v6
Update Node.js
Some warnings were being reported by uses of the previous version due to it uses an outdated version of Node.js.
Fix For Latest
Fixes fetching the latest release.
Also removes the Haskell option.
Update for new binary naming convention
v3 Update: README for new release
Feature update
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
v1 Update README.md