Skip to content

Commit

Permalink
Merge pull request #25 from Goddard-Fortran-Ecosystem/feature/update-…
Browse files Browse the repository at this point in the history
…gFTL-shared

Update gFTL-shared to v1.6.1
  • Loading branch information
tclune authored Jul 21, 2023
2 parents f532495 + 2bd00d5 commit 3cdd967
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)
project (GFE
VERSION 1.10.0
VERSION 1.11.0
LANGUAGES Fortran
)
cmake_policy(SET CMP0074 NEW)
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.0] - 2023-07-21

### Changed

- Update gFTL-shared to v1.6.1
- Fixed issue where the names of some iterators for containers were not being correctly named. E.g., StringSetIterator was only named SetIterator.
- Update pFUnit to v4.7.3
- Fixed cmake issue where target "pfunit-mpi-defines" is defined more than once
- Missing variable declaration in parameterized test case boiler plate code.

## [1.10.0] - 2023-04-17

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This repo is intended to be a single fixture for the [Goddard Fortran Ecosystem]
| Package | Version |
| :------ | :------ |
| gFTL | v1.10.0 |
| gFTL-shared | v1.6.0 |
| gFTL-shared | v1.6.1 |
| fArgParse | v1.5.0 |
| pFUnit | v4.7.0 |
| pFUnit | v4.7.3 |
| yaFyaml | v1.1.0 |
| pFlogger | v1.10.0 |

Expand Down

0 comments on commit 3cdd967

Please sign in to comment.