624 B
624 B
Description of Changes
Closes #
New Version Info
- Derive a new version number. Increment the:
MAJOR
version when you make incompatible API changesMINOR
version when you add functionality in a backwards-compatible mannerPATCH
version when you make backwards-compatible bug fixes
- Update CHANGELOG.md, following the established pattern.
- Tag the merge commit, e.g.
git tag -a 3.1.4 -m "v3.1.4" && git push origin --tags