Closed
Description
Situation
The Using semver section has some flaws:
- Proposes module level function although they are deprecated.
- Uses
semver.Version
instead ofsemver.version.Version
. - Highlight the renaming from
VersionInfo
toVersion
.
Proposed Solution
Don't propagate deprecated functions in a major release.