Skip to content

Commit

Permalink
CompatHelper: bump compat for "KernelFunctions" to "0.9" (#30)
Browse files Browse the repository at this point in the history
This pull request changes the compat entry for the `KernelFunctions` package from `0.8.20` to `0.8.20, 0.9`.

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 Mar 27, 2021
1 parent e538d37 commit 0cdedf3
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.5.0"
version = "0.5.1"

[deps]
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
Expand All @@ -18,7 +18,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
CalibrationErrors = "0.5.12"
HypothesisTests = "0.8, 0.9, 0.10"
KernelFunctions = "0.8.20"
KernelFunctions = "0.8.20, 0.9"
Reexport = "1"
StatsBase = "0.32, 0.33"
StatsFuns = "0.8, 0.9"
Expand Down

2 comments on commit 0cdedf3

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

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.5.1 -m "<description of version>" 0cdedf39e5b7f58b6567ae766b8eb138ca32ba3c
git push origin v0.5.1

Please sign in to comment.