From d84c1b0beaab413f955cb14cb17af014d8140c96 Mon Sep 17 00:00:00 2001 From: Alan Dayton Date: Thu, 27 Jun 2024 10:46:17 -0700 Subject: [PATCH] Update to new CHAI and tick version --- CMakeLists.txt | 2 +- README.md | 2 +- RELEASE_NOTES.md | 5 +++++ docs/sphinx/conf.py | 2 +- scripts/make_release_tarball.sh | 2 +- tpl/chai | 2 +- tpl/versions.txt | 2 +- 7 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c544ee4..28c9988e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.18) project(CARE LANGUAGES C CXX - VERSION 0.13.0) + VERSION 0.13.1) include(${PROJECT_SOURCE_DIR}/cmake/Setup.cmake) diff --git a/README.md b/README.md index 61cc8fcf..4a0fb027 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [comment]: # (SPDX-License-Identifier: BSD-3-Clause) [comment]: # (#################################################################) -# CARE v0.13.0 +# CARE v0.13.1 CARE: CHAI and RAJA Extensions =============================== diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 24b749d5..1f349ed7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,11 @@ in this file. The format of this file is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [Version 0.13.1] - Release date 2024-06-27 + +### Changed +- Updated to CHAI v2024.02.2 + ## [Version 0.13.0] - Release date 2024-06-11 ### Added diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 3073e2b0..afb969d5 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = '0.13' # The full version, including alpha/beta/rc tags. -release = '0.13.0' +release = '0.13.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/scripts/make_release_tarball.sh b/scripts/make_release_tarball.sh index 335d9dc1..85d0f7d7 100755 --- a/scripts/make_release_tarball.sh +++ b/scripts/make_release_tarball.sh @@ -8,7 +8,7 @@ ############################################################################## TAR_CMD=gtar -VERSION=0.13.0 +VERSION=0.13.1 git archive --prefix=care-${VERSION}/ -o care-${VERSION}.tar HEAD 2> /dev/null diff --git a/tpl/chai b/tpl/chai index 75971347..5ba0944d 160000 --- a/tpl/chai +++ b/tpl/chai @@ -1 +1 @@ -Subproject commit 7597134729bd3a38b45b67b4dfbf7f199d8106f3 +Subproject commit 5ba0944d862513f600432c34b009824875df27e5 diff --git a/tpl/versions.txt b/tpl/versions.txt index 833a9208..1cf392d4 100644 --- a/tpl/versions.txt +++ b/tpl/versions.txt @@ -6,6 +6,6 @@ ############################################################################## BLT: 0.6.2 -CHAI: v2024.02.1 +CHAI: v2024.02.2 RAJA: v2024.02.2 Umpire: v2024.02.1