Skip to content

Commit

Permalink
Update version number and changelog for ROCm 5.6 (#127)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
lawruble13 and cgmb authored Jun 1, 2023
1 parent 026eb10 commit 07ec4c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
access_token: ${{ github.token }}
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
Expand All @@ -31,7 +31,7 @@ jobs:
max-parallel: 4
matrix:
platform:
- ubuntu-18.04
- ubuntu-20.04
- macos-11
- windows-2019
cmake-version:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Change Log for rocm-cmake

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

## [(Unreleased) rocm-cmake 0.8.1 for ROCm 5.5]
## [rocm-cmake 0.8.1 for ROCm 5.5]
### Fixed
- ROCMInstallTargets: Added compatibility symlinks for included cmake files in `<ROCM>/lib/cmake/<PACKAGE>`.
### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/share/rocm/cmake)
include(ROCMCreatePackage)
include(ROCMSetupVersion)

rocm_setup_version(VERSION 0.8.1)
rocm_setup_version(VERSION 0.9.0)

include(CMakePackageConfigHelpers)
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/ROCMConfigVersion.cmake
Expand Down

0 comments on commit 07ec4c5

Please sign in to comment.