Skip to content

Commit

Permalink
CompatHelper: bump compat for AutoHashEquals to 2, (keep existing com…
Browse files Browse the repository at this point in the history
…pat) (#217)

* CompatHelper: bump compat for AutoHashEquals to 2, (keep existing compat)

* bump version

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 4, 2023
1 parent 4b7b941 commit 5751a4a
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 = "SummationByPartsOperators"
uuid = "9f78cca6-572e-554e-b819-917d2f1cf240"
author = ["Hendrik Ranocha"]
version = "0.5.46"
version = "0.5.47"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -37,7 +37,7 @@ SummationByPartsOperatorsStructArraysExt = "StructArrays"

[compat]
ArgCheck = "1, 2.0"
AutoHashEquals = "0.2, 1"
AutoHashEquals = "0.2, 1, 2"
BandedMatrices = "0.17"
DiffEqCallbacks = "2"
FFTW = "1"
Expand Down

2 comments on commit 5751a4a

@ranocha
Copy link
Owner

@ranocha ranocha commented on 5751a4a Sep 4, 2023

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

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.47 -m "<description of version>" 5751a4a8fa812dac02e54be36bd16935e89f8b45
git push origin v0.5.47

Please sign in to comment.