Skip to content

Commit 290c7cb

Browse files
committed
Update to pFlogger v1.16.1
1 parent 3a76146 commit 290c7cb

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22
project (GFE
3-
VERSION 1.17.0
3+
VERSION 1.18.0
44
LANGUAGES Fortran
55
)
66
cmake_policy(SET CMP0074 NEW)

ChangeLog.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [1.18.0] - 2025-02-06
9+
10+
- Update pFlogger to v1.16.1
11+
- Revert use of `c_bool`
12+
13+
### Changed
14+
815
## [1.17.0] - 2025-02-04
916

1017
### Changed
@@ -20,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2027
- Update yaFyaml to v1.5.1
2128
- Flang support
2229
- Workaround for `ifx`
23-
- Update pFlogger to v1.15.0
30+
- Update pFlogger to v1.16.0
2431
- Flang support
2532
- Update CI to have `gfortran-10` and `gfortran-11` only on `ubuntu-22.04`
2633
- Update CI NVIDIA to NVHPC 24.7

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repo is intended to be a single fixture for the [Goddard Fortran Ecosystem]
1111
| fArgParse | v1.9.0 |
1212
| pFUnit | v4.11.1 |
1313
| yaFyaml | v1.5.1 |
14-
| pFlogger | v1.15.0 |
14+
| pFlogger | v1.16.1 |
1515

1616
## Set up
1717

0 commit comments

Comments
 (0)