Skip to content

Commit

Permalink
Merge #125
Browse files Browse the repository at this point in the history
125: Update RootSolvers compat r=charleskawczynski a=charleskawczynski

This PR widens the RootSolvers compat.

Co-authored-by: Charles Kawczynski <[email protected]>
  • Loading branch information
bors[bot] and charleskawczynski authored Sep 5, 2023
2 parents 49729e6 + 9cf56db commit d90d4ac
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 = "SurfaceFluxes"
uuid = "49b00bb7-8bd4-4f2b-b78c-51cd0450215f"
authors = ["Climate Modeling Alliance"]
version = "0.7.1"
version = "0.7.2"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -14,7 +14,7 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
[compat]
DocStringExtensions = "0.8, 0.9"
KernelAbstractions = "0.5, 0.6, 0.7, 0.8, 0.9"
RootSolvers = "0.2, 0.3"
RootSolvers = "0.2, 0.3, 0.4"
StaticArrays = "1"
Thermodynamics = "0.11"
julia = "1.6"

2 comments on commit d90d4ac

@charleskawczynski
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/90887

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.7.2 -m "<description of version>" d90d4acedc25f26d2ebf1f0cfea569bf6658d093
git push origin v0.7.2

Please sign in to comment.