Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
CompatHelper: bump compat for "Distributions" to "0.25" (#16)
Browse files Browse the repository at this point in the history
This pull request changes the compat entry for the `Distributions` package from `0.23, 0.24` to `0.23, 0.24, 0.25`.

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 May 3, 2021
1 parent e9fcf02 commit 12a3c94
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 = "CalibrationErrorsDistributions"
uuid = "20087e1a-bb94-462b-b900-33d17a750383"
authors = ["David Widmann <david.widmann@it.uu.se>"]
version = "0.2.1"
version = "0.2.2"

[deps]
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
Expand All @@ -17,7 +17,7 @@ Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
[compat]
CalibrationErrors = "0.5"
Distances = "0.10.1"
Distributions = "0.23, 0.24"
Distributions = "0.23, 0.24, 0.25"
KernelFunctions = "0.8, 0.9"
MathOptInterface = "0.9"
PDMats = "0.10, 0.11"
Expand Down

2 comments on commit 12a3c94

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

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.2 -m "<description of version>" 12a3c94364340046bb137ca2ee6173cab9b4bd56
git push origin v0.2.2

Please sign in to comment.