Skip to content

Commit

Permalink
CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep exist…
Browse files Browse the repository at this point in the history
…ing compat) (#179)

* CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: lucaferranti <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2021
1 parent 7c48297 commit 342d758
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 = "IntervalRootFinding"
uuid = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
version = "0.5.9"
version = "0.5.10"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand All @@ -12,7 +12,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ForwardDiff = "0.10"
IntervalArithmetic = "0.15, 0.16, 0.17, 0.18, 0.19"
IntervalArithmetic = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
Polynomials = "0.5, 0.6, 0.7, 0.8, 1, 2"
Reexport = "1"
StaticArrays = "0.11, 0.12, 1.0"
Expand Down

2 comments on commit 342d758

@lucaferranti
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 created: JuliaRegistries/General/46903

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.5.10 -m "<description of version>" 342d7584bd77f25b31ba39ddaa4632789b8f7b42
git push origin v0.5.10

Please sign in to comment.