Skip to content

Commit

Permalink
Bump version (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd authored Jul 8, 2024
1 parent 3feb28f commit d8ee9d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Metal"
uuid = "dde4c033-4e86-420c-a63e-0dd931031962"
version = "1.1.0"
version = "1.2.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ importing the package:
julia> using Metal

julia> Metal.versioninfo()
macOS 13.5.0, Darwin 22.6.0
macOS 14.5.0, Darwin 23.5.0

Toolchain:
- Julia: 1.9.3
- LLVM: 14.0.6
- Julia: 1.10.4
- LLVM: 15.0.7

Julia packages:
- Metal.jl: 0.5.0
- LLVMDowngrader_jll: 0.1.0+0
Julia packages:
- Metal.jl: 1.2.0
- LLVMDowngrader_jll: 0.3.0+1

1 device:
- Apple M2 Max (64.000 KiB allocated)
Expand Down

2 comments on commit d8ee9d1

@maleadt
Copy link
Member

@maleadt maleadt commented on d8ee9d1 Jul 8, 2024

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/110652

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 v1.2.0 -m "<description of version>" d8ee9d1114fc75783bb78b142f5b88a7ebcda903
git push origin v1.2.0

Please sign in to comment.