Skip to content

Commit

Permalink
Updated ChangeLog
Browse files Browse the repository at this point in the history
Preparing for release  that corrects recent instability in the build.
  • Loading branch information
tclune committed Feb 7, 2021
1 parent f6e6feb commit 97edf90
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.12)

project (PFUNIT
VERSION 4.1.15
VERSION 4.2.0
LANGUAGES Fortran C)

# Determine if pFUnit is built as a subproject (using
Expand Down
17 changes: 16 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.0] - 2021-02-06

This release fixes some instability in the build that is related to the switch
to using namespaces and exporting targets.

### Added

- Improved ability to embed pFUnit in the source tree of other projects.

### Changed

- pFUnit now uses CMake namespaces. Upstream projects should now link
against `PFUNIT::funit` (or `PFUNIT::pfunit`) rather than just `funit`. Users that
build test suites using the `add_pfunit_ctest()` macro should not see an impact.

### Fixed

- The `add_pfunit_ctest()` macro could fail under several not-so-rare
Expand All @@ -19,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
directly on a per-suite basis. This will allow CMake+FPP to corretly
analyze dependencies and avoid reuse of `driver.i90`.

## [4.1.15] - 2020-01-06
## [4.1.15] - 2021-01-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion extern/fArgParse

0 comments on commit 97edf90

Please sign in to comment.