diff --git a/CMakeLists.txt b/CMakeLists.txt index 502d3fc..45818ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project (YAFYAML - VERSION 1.2.0 + VERSION 1.3.0 LANGUAGES Fortran) # Most users of this software do not (should not?) have permissions to diff --git a/ChangeLog.md b/ChangeLog.md index 0de005e..845aef1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,9 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [1.3.0] - 2024-03-03 + ### Added - Fujitsu compiler support + - Introduced new interface that circumvents gfortran-13 regression on polymorphic allocation. Unfortunately this requires an interface change for downstream projects thta wish to use gfortran-13. @@ -21,8 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add Intel - Remove gcc 9 from macos -# [1.2.0] - 2023-11-29 - ## [1.2.0] - 2023-11-29