Is there a write-up of what a package author should do when bumping the minimum version of Julia in REQUIRE
. My recollection is that when changing the minimum Julia version from, say, 0.5 to 0.6 one should
- create a v0.5 branch in the repository from the last tag that works
- add code specific to versions beyond 0.5 and tag at least a minor release
Anything else?