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