Skip to content

Commit

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

This pull request changes the compat entry for the `DocStringExtensions` package from `0.8` to `0.8, 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.
  • Loading branch information
github-actions[bot] committed Jul 25, 2022
1 parent 9937cb3 commit 0ba86e2
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 @@ -26,7 +26,7 @@ Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9, 0.10"
ChainRulesCore = "0.9.7, 0.10, 1"
ConstructionBase = "1"
Distributions = "0.23.8, 0.24, 0.25"
DocStringExtensions = "0.8"
DocStringExtensions = "0.8, 0.9"
MacroTools = "0.5.6"
Setfield = "0.7.1, 0.8"
ZygoteRules = "0.2"
Expand Down

0 comments on commit 0ba86e2

Please sign in to comment.