File: VERSIONING.md

package info (click to toggle)
libfailsafe-java 3.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,416 kB
  • sloc: java: 11,566; xml: 459; sh: 53; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
### Versioning

Failsafe follows MAJOR.MINOR.PATCH versioning where:

- MAJOR versions contain significant new features and potentially significant incompatible API changes.
- MINOR versions contain new features and potentially minor yet incompatible API changes.
- PATCH versions contain bug fixes and minor new features that are fully backwards compatible.

All versions, new features, and API changes are described in the [CHANGELOG](CHANGELOG.md).