Skip to content

Commit

Permalink
Merge pull request #133 from Goddard-Fortran-Ecosystem/feature/mathom…
Browse files Browse the repository at this point in the history
…p4/update-for-release-1.15

Update changelog and cmake for 1.15 release
  • Loading branch information
tclune authored May 17, 2024
2 parents 1caa1ce + 60c5a27 commit 832569f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# ------------------------------------------------------------------------ #
cmake_minimum_required (VERSION 3.12)
project (PFLOGGER
VERSION 1.14.0
VERSION 1.15.0
LANGUAGES Fortran)

set (CMAKE_MODULE_PATH
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.15.0] - 2024-05-17

### Changed

- Change use of `spread` in `MockMPI.F90` initialization to `reshape` to avoid NVHPC issue
Expand Down

0 comments on commit 832569f

Please sign in to comment.