From f7975fe97c6899845a91148c1686b1509aa381f7 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Fri, 13 Dec 2024 15:57:35 -0700 Subject: [PATCH 1/5] Update patch version for 4.5.01 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c766cdf187..4a3a50a3a5 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 From a3b7bbee7f9307123d024ed225b38c22ce8c0ed1 Mon Sep 17 00:00:00 2001 From: Thomas Padioleau Date: Fri, 13 Dec 2024 22:33:59 +0100 Subject: [PATCH 2/5] Fix the package version (#2460) Signed-off-by: Thomas Padioleau --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a3a50a3a5..5c8f6b0dc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() From c77166f06d70e53e57a6873d6fc07e81672af89e Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Fri, 13 Dec 2024 16:00:07 -0700 Subject: [PATCH 3/5] Update changelog Signed-off-by: Nathan Ellingwood --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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) From 627f41da92955df4354261dd55f4545ff848d9ac Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Tue, 17 Dec 2024 11:32:30 -0700 Subject: [PATCH 4/5] update to 4.4.01 for codeql and docs checks Signed-off-by: Nathan Ellingwood --- .github/workflows/codeql.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 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 From 42593705e42e661fe68151415df607cbf6f89e47 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Tue, 17 Dec 2024 11:39:48 -0700 Subject: [PATCH 5/5] update master_history.txt --- master_history.txt | 1 + 1 file changed, 1 insertion(+) 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