Skip to content

Commit

Permalink
Merge #111
Browse files Browse the repository at this point in the history
111: CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) r=charleskawczynski a=github-actions[bot]

This pull request changes the compat entry for the `DocStringExtensions` package from `0.8.1` to `0.8.1, 0.9`.
This keeps the compat entries for earlier versions.



Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
bors[bot] and CompatHelper Julia authored May 28, 2022
2 parents 32ad592 + f701b98 commit 92184df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74"

[compat]
CLIMAParameters = "0.6"
DocStringExtensions = "0.8.1"
DocStringExtensions = "0.8.1, 0.9"
KernelAbstractions = "0.7.2"
RootSolvers = "0.2, 0.3"
julia = "1.5"

0 comments on commit 92184df

Please sign in to comment.