Skip to content

Commit

Permalink
Merge pull request #1802 from GEOS-ESM/prepare-for-mapl-2.30.2
Browse files Browse the repository at this point in the history
Prepare for 2.30.2 release
  • Loading branch information
mathomp4 authored Nov 9, 2022
2 parents b0479db + 3c3ab42 commit 694c8fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- When a grid is received from outside of MAPL (e.g., NOAA UFS), MAPL must provide a mechanism to specify a grid-type for internal processing.
Add an option to set_grid to set GridType explicitly.

### Removed

### Deprecated

## [2.30.2] - 2022-11-09

### Fixed

- When a grid is received from outside of MAPL (e.g., NOAA UFS), MAPL must provide a mechanism to specify a grid-type for internal processing.
Add an option to set_grid to set GridType explicitly.

## [2.30.1] - 2022-11-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

project (
MAPL
VERSION 2.30.1
VERSION 2.30.2
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# Set the default build type to release
Expand Down

0 comments on commit 694c8fb

Please sign in to comment.