Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune committed Mar 4, 2024
1 parent 259151d commit bf84b9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.12.0
VERSION 1.13.0
LANGUAGES Fortran)

set (CMAKE_MODULE_PATH
Expand All @@ -40,7 +40,7 @@ if (NOT TARGET GFTL_SHARED::gftl-shared)
find_package (GFTL_SHARED REQUIRED VERSION 1.6.0)
endif ()
if (NOT TARGET YAFYAML::yafyaml)
find_package (YAFYAML REQUIRED VERSION 1.1.0)
find_package (YAFYAML REQUIRED VERSION 1.3.0)
endif ()

option (ENABLE_MPI "Enable MPI support" ON)
Expand Down
3 changes: 2 additions & 1 deletion 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.13.0] - 2024-03-03

### Added

- Fujitsu compiler support
Expand All @@ -23,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add new `ENABLE_MPI` option to allow disabling MPI support (#106). By default, MPI is enabled to maintain backward compatibility.



## [1.11.0] - 2023-11-29

### Fixed
Expand Down

0 comments on commit bf84b9c

Please sign in to comment.