Skip to content

Commit

Permalink
Merge pull request #350 from LupoLab/compathelper/new_version/2023-10…
Browse files Browse the repository at this point in the history
…-29-00-20-21-595-01143933144

CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat)
  • Loading branch information
chrisbrahms authored Oct 31, 2023
2 parents bd1c008 + 4088cfc commit 4ffaab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Luna"
uuid = "30eb0fb0-5147-11e9-3356-d75b018717ce"
authors = ["chrisbrahms <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down Expand Up @@ -88,5 +88,6 @@ Roots = "2"
Scratch = "1"
SpecialFunctions = "0.10.3, 1, 2"
StaticArrays = "1"
Statistics = "1"
Unitful = "1"
julia = "1.9"

2 comments on commit 4ffaab5

@chrisbrahms
Copy link
Collaborator 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 created: JuliaRegistries/General/94476

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.4.2 -m "<description of version>" 4ffaab5b09c1f18d386d6701081625c9edc2d618
git push origin v0.4.2

Please sign in to comment.