diff --git a/CMakeLists.txt b/CMakeLists.txt index 3415624..9b514d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project (FARGPARSE - VERSION 1.7.0 + VERSION 1.8.0 LANGUAGES Fortran) # Most users of this software do not (should not?) have permissions to diff --git a/ChangeLog.md b/ChangeLog.md index c202dd6..8925582 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.8.0] - 2024-07-09 + ### Changed - Added `-quiet` flag for NAG Fortran +- Updated submodule for gFTL-shared (v1.9.0) - Update CI to remove `macos-12`, add `macos-14` and `ubuntu-24.04`, add `gfortran-14` -- Updated submodule for gFTL-shared (cbb09f4) ## [1.7.0] - 2024-03-04 diff --git a/extern/gFTL-shared b/extern/gFTL-shared index cbb09f4..56ae388 160000 --- a/extern/gFTL-shared +++ b/extern/gFTL-shared @@ -1 +1 @@ -Subproject commit cbb09f4783b91ebd31ca882b0e77479db626ef25 +Subproject commit 56ae388dba8fb3ead97d8b01a62c6e27ba4a8278