Skip to content

Commit

Permalink
CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) (#…
Browse files Browse the repository at this point in the history
…46)

This pull request changes the compat entry for the `StatsFuns` package from `0.8, 0.9` to `0.8, 0.9, 1`.
This keeps the compat entries for earlier versions.



Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and devmotion committed Sep 3, 2022
1 parent d30b164 commit c806c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "CalibrationTests"
uuid = "2818745e-0823-50c7-bc2d-405ac343d48b"
authors = ["David Widmann <david.widmann@it.uu.se>"]
version = "0.6.1"
version = "0.6.2"

[deps]
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
Expand All @@ -21,6 +21,6 @@ ConsistencyResampling = "0.3"
HypothesisTests = "0.8, 0.9, 0.10"
KernelFunctions = "0.10"
Reexport = "1"
StatsFuns = "0.8, 0.9"
StatsFuns = "0.8, 0.9, 1"
StructArrays = "0.5, 0.6"
julia = "1.3"

2 comments on commit c806c5b

@devmotion
Copy link
Owner

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/67655

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.2 -m "<description of version>" c806c5b611f184ca2ae5e5b23fc5f36306d2f719
git push origin v0.6.2

Please sign in to comment.