Skip to content

Commit

Permalink
Merge pull request #249 from JuliaDiff/dw/compat-1
Browse files Browse the repository at this point in the history
Support Compat 4
  • Loading branch information
mcabbott authored May 23, 2022
2 parents 43bd90b + 220705c commit d48150e
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 = "ChainRulesTestUtils"
uuid = "cdddcdb0-9152-4a09-a978-84456f9df70a"
version = "1.7.1"
version = "1.8.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -12,6 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ChainRulesCore = "1.11.2"
Compat = "3"
Compat = "3, 4"
FiniteDifferences = "0.12.12"
julia = "1"

2 comments on commit d48150e

@mcabbott
Copy link
Member 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/60872

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 v1.8.0 -m "<description of version>" d48150e61707e0cb2a5bc5cdf35ba688878d7317
git push origin v1.8.0

Please sign in to comment.