Skip to content

Commit

Permalink
Merge pull request #50 from briochemc/main
Browse files Browse the repository at this point in the history
bump Static compat
  • Loading branch information
brenhinkeller authored Nov 20, 2024
2 parents 1a1e3b0 + d352f52 commit 40d8df7
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 = "NaNStatistics"
uuid = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
authors = ["C. Brenhin Keller"]
version = "0.6.42"
version = "0.6.43"

[deps]
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Expand All @@ -10,6 +10,6 @@ StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"

[compat]
PrecompileTools = "1"
Static = "0.8"
Static = "0.8, 1"
StaticArrayInterface = "1"
julia = "1.10"

2 comments on commit 40d8df7

@brenhinkeller
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register
Release notes:

  • Bump compat on Static

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

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.6.43 -m "<description of version>" 40d8df741f74a634fb5f2a4f7de3db6553d3b129
git push origin v0.6.43

Please sign in to comment.