Skip to content

Commit 56ae388

Browse files
authored
Merge pull request #81 from Goddard-Fortran-Ecosystem/release-prep
Misc updates.
2 parents dd2153f + b195a56 commit 56ae388

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.12)
1212
# the library gftl-shared retain the hyphen (and lower case)
1313

1414
project (GFTL_SHARED
15-
VERSION 1.8.0
15+
VERSION 1.9.0
1616
LANGUAGES Fortran)
1717

1818

ChangeLog.md

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

66
## [Unreleased]
77

8+
## [1.9.0] - 2024-07-09
9+
810
### Changed
911

1012
- Added gftl-shared-v2-as-default to install list
1113
- Added `-quiet` flag for NAG Fortran
1214
- Remove `macos-11` and `macos-12` from GitHub Actions, move to use `macos-13` and `macos-14`
15+
- Updated gFTL to v1.14.0
1316
- Add Ubuntu 24 to CI that has `gfortran-13`. Remove `gfortran-13` test from ubuntu 22, add `gfortran-14`
1417
- Up `cmake_minimum_required`
1518

19+
1620
## [1.8.0] - 2024-03-03
1721

1822
### Added

0 commit comments

Comments
 (0)