Skip to content

Commit

Permalink
Fix AutoMerge issue Polyester
Browse files Browse the repository at this point in the history
  • Loading branch information
verseve committed Aug 19, 2024
1 parent 92fcb60 commit 678d0b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "d28d785486f7576a44ae0401e6a18f49d6f3007c"
project_hash = "acf9296ffbaffd3f335bdb6005badef66b3e10fe"

[[deps.AbstractTrees]]
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LoggingExtras = "0.4.6,0.5,1"
LoopVectorization = "0.12"
NCDatasets = "0.13.2, 0.14"
Parameters = "0.12"
Polyester = ">=0.7.10"
Polyester = "0.7.10"
Polynomials = "3,4"
ProgressLogging = "0.1"
QuadGK = "2"
Expand Down

2 comments on commit 678d0b6

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

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.8.0 -m "<description of version>" 678d0b645fff71360e7a9ec6e2cebbef365a4123
git push origin v0.8.0

Please sign in to comment.