Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from LuxDL/compathelper/new_version/2023-11-24…
Browse files Browse the repository at this point in the history
…-00-30-43-476-02155453668

CompatHelper: bump compat for AMDGPU to 0.8, (keep existing compat)
  • Loading branch information
avik-pal committed Dec 17, 2023
2 parents b1b06fd + fdbff78 commit 7e90eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "LuxAMDGPU"
uuid = "83120cb1-ca15-4f04-bf3b-6967d2e6b60b"
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
version = "0.2.0"
version = "0.2.1"

[deps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
AMDGPU = "0.6, 0.7"
AMDGPU = "0.8"
Reexport = "1"
julia = "1.9"

2 comments on commit 7e90eee

@avik-pal
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/97268

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.1 -m "<description of version>" 7e90eeefdb2a63d22ff4cd4b22e43c632a11d196
git push origin v0.2.1

Please sign in to comment.