From 6e2ba940f5c8efc3ad1d7aca8cf4313073a186de Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Mon, 23 Dec 2024 21:41:52 -0500 Subject: [PATCH] Release 4.5.01 (#2468) * Update patch version for 4.5.01 * Fix the package version (#2460) Signed-off-by: Thomas Padioleau * Update changelog Signed-off-by: Nathan Ellingwood * update to 4.4.01 for codeql and docs checks Signed-off-by: Nathan Ellingwood * update master_history.txt --------- Signed-off-by: Thomas Padioleau Signed-off-by: Nathan Ellingwood Co-authored-by: Thomas Padioleau --- .github/workflows/codeql.yml | 2 +- .github/workflows/docs.yml | 2 +- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 4 ++-- master_history.txt | 1 + 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 374287a529..5206bdf351 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: with: repository: 'kokkos/kokkos' path: 'kokkos' - ref: '4.3.01' + ref: '4.4.01' - name: configure_kokkos run: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 02883a3013..eeaecbdf9c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: kokkos/kokkos - ref: 4.3.01 + ref: 4.4.01 path: kokkos - name: configure_kokkos diff --git a/CHANGELOG.md b/CHANGELOG.md index 58695228e4..37c25f8525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.5.01](https://github.com/kokkos/kokkos-kernels/tree/4.5.01) +[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/4.5.00...4.5.01) + +### Bug Fixes: +- Fix the package version [\#2460](https://github.com/kokkos/kokkos-kernels/pull/2460) + ## [4.5.00](https://github.com/kokkos/kokkos-kernels/tree/4.5.00) [Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/4.4.01...4.5.00) diff --git a/CMakeLists.txt b/CMakeLists.txt index c766cdf187..5c8f6b0dc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ SET(KOKKOSKERNELS_TOP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) SET(KokkosKernels_VERSION_MAJOR 4) SET(KokkosKernels_VERSION_MINOR 5) -SET(KokkosKernels_VERSION_PATCH 0) +SET(KokkosKernels_VERSION_PATCH 1) SET(KokkosKernels_VERSION "${KokkosKernels_VERSION_MAJOR}.${KokkosKernels_VERSION_MINOR}.${KokkosKernels_VERSION_PATCH}") #Set variables for config file @@ -32,7 +32,7 @@ IF(NOT KOKKOSKERNELS_HAS_TRILINOS) ENDIF() ENDIF() IF(NOT DEFINED ${PROJECT_NAME}) - PROJECT(KokkosKernels CXX) + PROJECT(KokkosKernels VERSION ${KokkosKernels_VERSION} LANGUAGES CXX) ENDIF() ENDIF() diff --git a/master_history.txt b/master_history.txt index a02c157740..ef872959d4 100644 --- a/master_history.txt +++ b/master_history.txt @@ -29,3 +29,4 @@ tag: 4.3.01 date: 05/07/2024 master: 1b0a15f5 release: 58785c1b tag: 4.4.00 date: 08/08/2024 master: d1a91b8a release: 1145f529 tag: 4.4.01 date: 09/12/2024 master: 0608a337 release: 6b340287 tag: 4.5.00 date: 11/11/2024 master: 0b43169e release: 4a7590af +tag: 4.5.01 date: 12/17/2024 master: 957ac849 release: 0b3d5a3b