Skip to content

Commit

Permalink
Merge pull request #9 from tbeason/sa15
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
tbeason authored Apr 28, 2023
2 parents ff9b306 + 9a08a2a commit 21f7c3a
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 @@ -11,7 +11,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
DocStringExtensions = "0.8, 0.9"
StaticArrays = "1.2, 1.3, 1.4"
StaticArrays = "1.2, 1.3, 1.4, 1.5"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 21f7c3a

@tbeason
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: updated compat entries

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

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.2.1 -m "<description of version>" 21f7c3a17b50ebde299e91b2a9004b95ab7eb94a
git push origin v0.2.1

Please sign in to comment.