Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
latest release only supports 1.10, because of new use of compiler assume_effects
  • Loading branch information
NHDaly authored Jan 17, 2025
1 parent 9773e2b commit 8026b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
[compat]
MacroTools = "0.5"
ReTestItems = "1"
julia = "1.3"
julia = "1.10"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

4 comments on commit 8026b8d

@NHDaly
Copy link
Member Author

@NHDaly NHDaly commented on 8026b8d Jan 17, 2025

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Compilation Performance Improvements

  • We have removed the @generated functions in Blobs.jl, which makes this package much faster to compiler.
  • In the process, we use some new compiler features, so the minimum supported Julia version is now 1.10.
  • Runtime Perf was only very minimally impacted, only in some cases. In 1.11 these impacts are resolved.

@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 updated: JuliaRegistries/General/123214

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.1.0 -m "<description of version>" 8026b8d4e6ea63a92c7fa7554da35f880236b888
git push origin v1.1.0

Also, note the warning: Version 1.1.0 skips over 1.0.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@NHDaly
Copy link
Member Author

@NHDaly NHDaly commented on 8026b8d Jan 25, 2025

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Compilation Performance Improvements

  • We have removed the @generated functions in Blobs.jl, which makes this package much faster to compiler.
  • In the process, we use some new compiler features, so the minimum supported Julia version is now 1.10.
  • Runtime Perf was only very minimally impacted, only in some cases. In 1.11 these impacts are resolved.

@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 updated: JuliaRegistries/General/123214

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.1.0 -m "<description of version>" 8026b8d4e6ea63a92c7fa7554da35f880236b888
git push origin v1.1.0

Please sign in to comment.