From b013816f1954ebd994ba609db0390bab66a703ac Mon Sep 17 00:00:00 2001 From: Darian Boggs Date: Fri, 7 Feb 2025 12:33:50 -0500 Subject: [PATCH 1/2] Typo ACG typo: 'num_subtitles' => 'num_subtiles' - Mais non! --- Apps/MAPL_GridCompSpecs_ACG.py | 4 ++-- CHANGELOG.md | 13 +++++-------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Apps/MAPL_GridCompSpecs_ACG.py b/Apps/MAPL_GridCompSpecs_ACG.py index c35651e50eda..ad1151c1cf53 100755 --- a/Apps/MAPL_GridCompSpecs_ACG.py +++ b/Apps/MAPL_GridCompSpecs_ACG.py @@ -183,8 +183,8 @@ def get_mandatory_options(cls): 'FRIENDLYTO': ('friendlyto', string_emit), 'FRIEND2': ('friendlyto', string_emit), 'HALOWIDTH': ('halowidth',), - 'NUM_SUBTILES': ('num_subtitles',), - 'NUMSUBS': ('num_subtitles',), + 'NUM_SUBTILES': ('num_subtiles',), + 'NUMSUBS': ('num_subtiles',), 'PRECISION': ('precision',), 'PREC': ('precision',), 'REFRESH_INTERVAL': ('refresh_interval',), diff --git a/CHANGELOG.md b/CHANGELOG.md index 5501327884de..d5f59ea7cb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,20 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Add column for ACG (ALIAS) that set the pointer variable to a different name than the `short_name` +- Updated CI to use Baselibs 7.31.0 + - Updates to GFE v1.18.0 + ### Fixed +- Fix typo in ACG: 'num_subtitles' => 'num_subtiles' ### Removed ### Deprecated -## [2.54.0] - 2025-02-07 - -### Changed - -- Add column for ACG (ALIAS) that set the pointer variable to a different name than the `short_name` -- Updated CI to use Baselibs 7.31.0 - - Updates to GFE v1.18.0 - ## [2.53.1] - 2025-01-29 ### Fixed From 752de0da108978f4b118af269c62ca5b90742628 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 7 Feb 2025 15:32:36 -0500 Subject: [PATCH 2/2] Fix up changelog and cmake for release --- CHANGELOG.md | 17 ++++++++++++----- CMakeLists.txt | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f59ea7cb08..8c008fb67a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,17 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Add column for ACG (ALIAS) that set the pointer variable to a different name than the `short_name` -- Updated CI to use Baselibs 7.31.0 - - Updates to GFE v1.18.0 - ### Fixed -- Fix typo in ACG: 'num_subtitles' => 'num_subtiles' ### Removed ### Deprecated +## [2.54.1] - 2025-02-07 + +- Fix typo in ACG: 'num_subtitles' => 'num_subtiles' + +## [2.54.0] - 2025-02-07 + +### Changed + +- Add column for ACG (ALIAS) that set the pointer variable to a different name than the `short_name` +- Updated CI to use Baselibs 7.31.0 + - Updates to GFE v1.18.0 + ## [2.53.1] - 2025-01-29 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index eed1318cefdd..6e5addfcaac9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.54.0 + VERSION 2.54.1 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui