Bump version for new release #417
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR to bump version to 0.2.0.
I'll create the new release on github once merged. See below for proposed change log entry, feel free to edit.
Changes:
Replace deprecated flags in gfortran debug profile (Replace deprecated flags in debug_fortran option #386)
--releaseflag is replaced by--profile release(Implement --flag option for Fortran fpm #390)Programs can use modules defined in relative subdirectories (Give Programs Access to Code in Subdirectories #409)
New features:
Add support for specifying an include directory (Add explicit include-dir key to manifest #377)
Implement
--flagcommand line option (Implement --flag option for Fortran fpm #390)Fixes:
Fix problems when building with local paths (problems with building with local paths #327,Implement --flag option for Fortran fpm #390)
Fix for executable link libraries when auto discovery is enabled (Minor fix: for setting executable link libraries. #398)
Fix fpm_strings::join for null inputs (correct join for null input #404)