Skip to content

Commit 9ed40e5

Browse files
committed
fpm release v0.11.0
1 parent dffb4fc commit 9ed40e5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
author: Henil Panchal, Zuo Zhihua, David Pfister, Ivan Pribec, aury6623, Giannis Nikiteas, Federico Perini
3+
date: 2025-03-10
4+
category: release
5+
...
6+
7+
# Fpm version 0.11.0 released
8+
9+
The latest release of the Fortran Package Manager (FPM) brings several maintenance updates, bug fixes, and performance improvements. This version also introduces new features such as support for HDF5 metapackages via `pkg_config`, enhanced parsing for abstract interfaces, and the ability to install test programs. Additionally, compliance with Fortran standards has been improved, along with better handling of Windows-specific issues and Intel Fortran Compiler (`ifx`) support.
10+
11+
## Changelog
12+
13+
- Add support for HDF5 metapackage via `pkg_config` by @perazz in https://github.com/fortran-lang/fpm/pull/1024
14+
- Improve parsing to support abstract interfaces by @minhqdao in https://github.com/fortran-lang/fpm/pull/1017
15+
- Fix `install.sh` bootstrap to always use fpm v0.8.0 by @gnikit in https://github.com/fortran-lang/fpm/pull/1009
16+
- Prevent memory leaks by always initializing `redirect_str` by @urbanjost in https://github.com/fortran-lang/fpm/pull/1015
17+
- Ensure `--target` option runs only the specified target by @perazz in https://github.com/fortran-lang/fpm/pull/1020
18+
- Improve handling of `operator(==)` conflicts in `ifx` by @perazz in https://github.com/fortran-lang/fpm/pull/1028
19+
- Fix `convert_to_absolute_path` handling by @minhqdao in https://github.com/fortran-lang/fpm/pull/1032
20+
- Allow installation of test programs by @urbanjost in https://github.com/fortran-lang/fpm/pull/1035
21+
- Improve text file reading performance by @perazz in https://github.com/fortran-lang/fpm/pull/1038
22+
- Add Windows registry upload fixes by @gnikit in https://github.com/fortran-lang/fpm/pull/1042
23+
- Fix backslash line continuation for gfortran compatibility by @minhqdao in https://github.com/fortran-lang/fpm/pull/1045
24+
- CI: Use `macos-12` for metapackage testing by @perazz in https://github.com/fortran-lang/fpm/pull/1050
25+
26+
Full Changelog: <https://github.com/fortran-lang/fpm/compare/v0.10.1...v0.11.0>
27+
28+
Discourse thread: <https://fortran-lang.discourse.group/t/fpm-0-11-0-released/9320>
29+

0 commit comments

Comments
 (0)