Skip to content

Commit

Permalink
CompatHelper: bump compat for "FillArrays" to "0.12" (#334)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "FillArrays" to "0.12"

* patch version bump

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
Co-authored-by: ST John <st--@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 21, 2021
1 parent ef022e3 commit f9b0b9b
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.8"
version = "0.10.9"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -24,7 +24,7 @@ ChainRulesCore = "0.9.44, 0.10"
Compat = "3.7"
CompositionsBase = "0.1"
Distances = "0.10"
FillArrays = "0.10, 0.11"
FillArrays = "0.10, 0.11, 0.12"
Functors = "0.1, 0.2"
Requires = "1.0.1"
SpecialFunctions = "0.8, 0.9, 0.10, 1"
Expand Down

2 comments on commit f9b0b9b

@theogf
Copy link
Member

@theogf theogf commented on f9b0b9b Jul 21, 2021

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

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.9 -m "<description of version>" f9b0b9bc46e1f0a7663c661994d3c2ab144c593f
git push origin v0.10.9

Please sign in to comment.