From 472cb1cd7aaaac7537fe19a6bbe4e797a6553d5a Mon Sep 17 00:00:00 2001 From: Tom Clune Date: Wed, 29 Nov 2023 09:58:44 -0500 Subject: [PATCH] Release prep --- CMakeLists.txt | 2 +- ChangeLog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0851776..502d3fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/ChangeLog.md b/ChangeLog.md index 49875d0..8113035 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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).