Skip to content

Commit

Permalink
Merge pull request #74 from PumasAI/compathelper/new_version/2022-05-…
Browse files Browse the repository at this point in the history
…22-00-10-18-341-02832564978

CompatHelper: bump compat for ArrayInterface to 6, (keep existing compat)
  • Loading branch information
chriselrod authored May 22, 2022
2 parents c3938bf + 9f92af3 commit 3ca30d3
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 = "SimpleChains"
uuid = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
authors = ["Chris Elrod <[email protected]> and contributors"]
version = "0.2.5"
version = "0.2.6"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand All @@ -25,7 +25,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
VectorizedRNG = "33b4df10-0173-11e9-2a0c-851a7edac40e"

[compat]
ArrayInterface = "3, 5"
ArrayInterface = "3, 5, 6"
CPUSummary = "0.1.8"
ChainRulesCore = "0.8, 0.9, 0.10, 1"
CloseOpenIntervals = "0.1.6"
Expand Down

2 comments on commit 3ca30d3

@chriselrod
Copy link
Contributor Author

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

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.6 -m "<description of version>" 3ca30d387c3d6c43094d177cfdb9427e716ef665
git push origin v0.2.6

Please sign in to comment.