Skip to content

Commit

Permalink
Merge pull request #68 from Goddard-Fortran-Ecosystem/feature/release…
Browse files Browse the repository at this point in the history
…-prep

Release prep
  • Loading branch information
tclune authored Nov 29, 2023
2 parents 48e6a63 + 472cb1c commit 0812ea4
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

project (YAFYAML
VERSION 1.1.0
VERSION 1.2.0
LANGUAGES Fortran)

# Most users of this software do not (should not?) have permissions to
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2023-11-29

### Fixed

- Add `-check nouninit` for Intel LLVM to work around [`ifx` bug](https://github.com/HPC-Bugs/reproducers/tree/main/compiler/Fortran/ifx/allocatable).
Expand Down

0 comments on commit 0812ea4

Please sign in to comment.