Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.5.0 #614

Merged
merged 1 commit into from Nov 21, 2021
Merged

Bump version to 0.5.0 #614

merged 1 commit into from Nov 21, 2021

Conversation

awvwgk
Copy link
Member

@awvwgk awvwgk commented Nov 20, 2021

Test release at https://github.com/awvwgk/fortran-package-manager/releases/tag/v0.5.0

Tentative release notes:

Alpha release update for the Fortran package manager (fpm).

**Changes**

- tests are only build for fpm test and not by default anymore (https://github.com/fortran-lang/fpm/pull/572)

- environment variables for setting Fortran and C compiler changed (https://github.com/fortran-lang/fpm/pull/549, https://github.com/fortran-lang/fpm/pull/584)

- add LFortran optimization flag to release profile (https://github.com/fortran-lang/fpm/pull/597) 


**New features**

- command line arguments for linker, archiver and C-compiler added (https://github.com/fortran-lang/fpm/pull/549)


**Fixes**

- tabs are correctly expanded in source file scanning (https://github.com/fortran-lang/fpm/pull/521)

- installer script will use fpm update to avoid stale dependencies (https://github.com/fortran-lang/fpm/pull/557)

- use multiple build output directories depending on link line options (https://github.com/fortran-lang/fpm/pull/575)

- update truncated help text (https://github.com/fortran-lang/fpm/pull/578)

- fix directory removal in fpm new tests (https://github.com/fortran-lang/fpm/pull/579)

- use MSVS like commands for Intel compilers on Windows (https://github.com/fortran-lang/fpm/pull/590)

- add critical section to mkdir in backend (https://github.com/fortran-lang/fpm/pull/613)

- fix modules listing (for install) (https://github.com/fortran-lang/fpm/pull/612)

- repair --list option and correct obsolete descriptions of the --list option (https://github.com/fortran-lang/fpm/pull/607)

- fix incorrect Intel release flag on Windows (https://github.com/fortran-lang/fpm/pull/602)

- list names without suffix for Windows (https://github.com/fortran-lang/fpm/pull/595)


**Repository updates**

- add files and workflow to make installer on release (https://github.com/fortran-lang/fpm/pull/616)

- issue templates added to guide reporting of bugs, package issues, feature requests and specification proposals (https://github.com/fortran-lang/fpm/pull/558)

- default branch renamed to *main* (https://github.com/fortran-lang/fpm/pull/565)

- update documentation on distributions supporting fpm, like spack and MSYS2 (https://github.com/fortran-lang/fpm/pull/562)

- new workflow to automatically generate single source fpm versions (https://github.com/fortran-lang/fpm/pull/563)

- continuous delivery of current fpm git source implemented (https://github.com/fortran-lang/fpm/pull/564, https://github.com/fortran-lang/fpm/pull/569)

- update of bootstrapping instructions (https://github.com/fortran-lang/fpm/pull/587)

- update README.md compiler, archiver, & link flags (https://github.com/fortran-lang/fpm/pull/598)

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@awvwgk looks good.

Copy link
Member

@LKedward LKedward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers! LGTM 👍

@awvwgk
Copy link
Member Author

awvwgk commented Nov 21, 2021

Alright, I'll go ahead and make the release.

@awvwgk awvwgk merged commit cc8a920 into fortran-lang:main Nov 21, 2021
@awvwgk awvwgk deleted the release-0.5.0 branch November 21, 2021 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants