Skip to content

Commit 07ec4c5

Browse files
lawruble13cgmb
andauthored
Update version number and changelog for ROCm 5.6 (#127)
* Update version number and changelog for ROCm 5.6 * Version 0.9.0 instead * Update GitHub Actions to Ubuntu 20.04 The Ubuntu 18.04 test runners were discontinued on April 3rd, 2023. --------- Co-authored-by: Cordell Bloor <Cordell.Bloor@amd.com>
1 parent 026eb10 commit 07ec4c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
access_token: ${{ github.token }}
1313
lint:
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-20.04
1515
steps:
1616
- uses: actions/checkout@v1
1717
- name: Set up Python 3.9
@@ -31,7 +31,7 @@ jobs:
3131
max-parallel: 4
3232
matrix:
3333
platform:
34-
- ubuntu-18.04
34+
- ubuntu-20.04
3535
- macos-11
3636
- windows-2019
3737
cmake-version:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Change Log for rocm-cmake
22

3-
## [(Unreleased) rocm-cmake]
3+
## [rocm-cmake 0.9.0 for ROCm 5.6.0]
44
### Added
55
- Added the option ROCM_HEADER_WRAPPER_WERROR
66
- Compile-time C macro in the wrapper headers causes errors to be emitted instead of warnings.
77
- Configure-time CMake option sets the default for the C macro.
88

9-
## [(Unreleased) rocm-cmake 0.8.1 for ROCm 5.5]
9+
## [rocm-cmake 0.8.1 for ROCm 5.5]
1010
### Fixed
1111
- ROCMInstallTargets: Added compatibility symlinks for included cmake files in `<ROCM>/lib/cmake/<PACKAGE>`.
1212
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/share/rocm/cmake)
1717
include(ROCMCreatePackage)
1818
include(ROCMSetupVersion)
1919

20-
rocm_setup_version(VERSION 0.8.1)
20+
rocm_setup_version(VERSION 0.9.0)
2121

2222
include(CMakePackageConfigHelpers)
2323
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/ROCMConfigVersion.cmake

0 commit comments

Comments
 (0)