Skip to content

Commit

Permalink
Bump to 0.1.7, UB Dagger to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo authored Jul 24, 2023
1 parent 5e50b4b commit 844aeb1
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,7 +1,7 @@
name = "DaggerGPU"
uuid = "68e73e28-2238-4d5a-bf97-e5d4aa3c4be2"
authors = ["Julian P Samaroo <jpsamaroo@jpsamaroo.me>"]
version = "0.1.6"
version = "0.1.7"

[deps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
Expand Down Expand Up @@ -29,7 +29,7 @@ ROCExt = "AMDGPU"
AMDGPU = "0.4"
Adapt = "1, 2, 3"
CUDA = "3, 4"
Dagger = "0.17"
Dagger = "0.17, 0.18"
KernelAbstractions = "0.9"
MemPool = "0.3, 0.4"
Metal = "0.3, 0.4"
Expand Down

2 comments on commit 844aeb1

@jpsamaroo
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 register()

@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/88219

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.1.7 -m "<description of version>" 844aeb19187882a39ec3e10d7db62a871f09566e
git push origin v0.1.7

Please sign in to comment.