Skip to content

Commit bac529f

Browse files
authored
Merge pull request #40 from Goddard-Fortran-Ecosystem/feature/mathomp4/update-gftl-1.15.2
Update to gFTL v1.15.2
2 parents 42b7275 + 272fb0f commit bac529f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.18.0
3+
VERSION 1.19.0
44
LANGUAGES Fortran
55
)
66
cmake_policy(SET CMP0074 NEW)

ChangeLog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [1.19.0] - 2025-02-11
9+
10+
### Changed
11+
12+
- Update gFTL to v1.15.2
13+
- Eliminate debug prints
14+
815
## [1.18.0] - 2025-02-06
916

1017
### Changed
1118

12-
- Update pFlogger to v1.16.1
19+
- Update pFlogger to v1.16.1
1320
- Revert use of `c_bool`
1421

1522
## [1.17.0] - 2025-02-04

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repo is intended to be a single fixture for the [Goddard Fortran Ecosystem]
66

77
| Package | Version |
88
| :------ | :------ |
9-
| gFTL | v1.15.1 |
9+
| gFTL | v1.15.2 |
1010
| gFTL-shared | v1.10.0 |
1111
| fArgParse | v1.9.0 |
1212
| pFUnit | v4.11.1 |

0 commit comments

Comments
 (0)