Skip to content

Commit 25659f0

Browse files
authored
Merge pull request #49 from Goddard-Fortran-Ecosystem/update-submodules-feb-2026
Update submodules and release v1.23.0
2 parents 43934af + 44eaab0 commit 25659f0

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
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.24)
22
project (GFE
3-
VERSION 1.22.0
3+
VERSION 1.23.0
44
LANGUAGES Fortran
55
)
66
cmake_policy(SET CMP0074 NEW)

ChangeLog.md

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

66
## [Unreleased]
77

8+
## [1.23.0] - 2026-02-23
9+
810
### Changed
911

12+
- Update gFTL to v1.17.0
13+
- Update gFTL-shared to v1.12.0
14+
- Update fArgParse to v1.11.0
15+
- Update pFUnit to v4.16.0
16+
- Advanced test filtering with regex and glob patterns
17+
- Fix automatic rebuild when adding new test files
1018
- Minor updates to CI
1119
- Added CMake code to "auto-ignore" build and install directories
1220

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This repo is intended to be a single fixture for the [Goddard Fortran Ecosystem]
66

77
| Package | Version |
88
| :------ | :------ |
9-
| gFTL | v1.16.0 |
10-
| gFTL-shared | v1.11.0 |
11-
| fArgParse | v1.10.0 |
12-
| pFUnit | v4.15.0 |
9+
| gFTL | v1.17.0 |
10+
| gFTL-shared | v1.12.0 |
11+
| fArgParse | v1.11.0 |
12+
| pFUnit | v4.16.0 |
1313
| yaFyaml | v1.6.0 |
1414
| pFlogger | v1.17.0 |
1515

0 commit comments

Comments
 (0)