Skip to content

Commit

Permalink
CompatHelper: bump compat for Functors to 0.4, (keep existing compat) (
Browse files Browse the repository at this point in the history
…#488)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Dec 3, 2022
1 parent 8465c1b commit 768207c
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,6 +1,6 @@
name = "KernelFunctions"
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
version = "0.10.50"
version = "0.10.51"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -27,7 +27,7 @@ Compat = "3.7, 4"
CompositionsBase = "0.1"
Distances = "0.10"
FillArrays = "0.10, 0.11, 0.12, 0.13"
Functors = "0.1, 0.2, 0.3"
Functors = "0.1, 0.2, 0.3, 0.4"
IrrationalConstants = "0.1"
LogExpFunctions = "0.2.1, 0.3"
Requires = "1.0.1"
Expand Down

2 comments on commit 768207c

@willtebbutt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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.10.51 -m "<description of version>" 768207cb90578d881ee0f6e91153972d5d09e402
git push origin v0.10.51

Please sign in to comment.