Skip to content

Commit d8e6a8b

Browse files
authored
Merge pull request #86 from Goddard-Fortran-Ecosystem/feature/gftlshared-prepare-for-release
2 parents b202fef + 8c655a7 commit d8e6a8b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.24)
1212
# the library gftl-shared retain the hyphen (and lower case)
1313

1414
project (GFTL_SHARED
15-
VERSION 1.10.0
15+
VERSION 1.11.0
1616
LANGUAGES Fortran)
1717

1818

ChangeLog.md

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

66
## [Unreleased]
77

8+
## [1.11.0] - 2025-09-29
9+
810
### Changed
911

12+
- Updated gFTL to v1.16.0
1013
- Remove `macos-13` from CI, add `macos-15`
1114
- Add `gfortran-15` to macOS CI
1215
- Update CMake minimum version to 3.24

0 commit comments

Comments
 (0)