Skip to content

Commit

Permalink
CompatHelper: add new compat entry for ForwardDiff at version 0.10, (…
Browse files Browse the repository at this point in the history
…keep existing compat) (#358)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed Jan 27, 2023
1 parent d13f571 commit cda5818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Arpack = "0.5.1 - 0.5.3"
DiffEqBase = "6.113"
DiffEqCallbacks = "2"
FFTW = "1"
ForwardDiff = "0.10"
IterativeSolvers = "0.9"
LinearMaps = "3"
OrdinaryDiffEq = "5, 6"
Expand Down

2 comments on commit cda5818

@david-pl
Copy link
Member

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 updated: JuliaRegistries/General/76367

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

Please sign in to comment.