ali-ramadhan / DocumenterCitations.jl

DocumenterCitations.jl uses Bibliography.jl to add support for BibTeX citations and references in documentation pages generated by Documenter.jl.
https://ali-ramadhan.github.io/DocumenterCitations.jl/dev
MIT License
65 stars 10 forks source link

CompatHelper: bump compat for "Documenter" to "0.27" #38

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the Documenter package from v0.25, 0.26 to v0.25, 0.26, 0.27.

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.

Krastanov commented 3 years ago

@ali-ramadhan , this pull request will make possible the "deprecated warning" functionality from Documenter 0.27. It is a significant QoL improvement for documentation. I have tested it on my local repos and it works well. Could you consider merging this and bumping the version?

It is regretable that Documenter is abusing a bit semver (this pull request should not really be necessary).

MichaelHatherly commented 3 years ago

I've tested this out as well with some large projects without any signs of regressions.