@@ -5,11 +5,11 @@ all changes to the helper library. It is strongly encouraged that you pin at
55least the major version and potentially the minor version to avoid pulling in
66breaking changes.
77
8- Semantic Versions take the form of ` MAJOR ` . ` MINOR ` . ` PATCH `
8+ Semantic Versions take the form of ` MAJOR. MINOR. PATCH `
99
10- When bugs are fixed in the library in a backwards compatible way, the ` PATCH `
10+ When bugs are fixed in the library in a backwards- compatible way, the ` PATCH `
1111level will be incremented by one. When new features are added to the library
12- in a backwards compatible way, the ` PATCH ` level will be incremented by one.
12+ in a backwards- compatible way, the ` PATCH ` level will be incremented by one.
1313` PATCH ` changes should _ not_ break your code and are generally safe for upgrade.
1414
1515When a new large feature set comes online or a small breaking change is
@@ -19,18 +19,17 @@ change for upgrade. These backwards-incompatible changes will generally be
1919limited to a small number of function signature changes.
2020
2121The ` MAJOR ` version is used to indicate the family of technology represented by
22- the helper library. Breaking changes that requires extensive reworking of code
23- will case the ` MAJOR ` version to be incremented by one, and the ` MINOR ` and
22+ the helper library. Breaking changes that require extensive reworking of code
23+ will cause the ` MAJOR ` version to be incremented by one, and the ` MINOR ` and
2424` PATCH ` versions will be reset to zero. Twilio understands that this can be very
2525disruptive, so we will only introduce this type of breaking change when
2626absolutely necessary. New ` MAJOR ` versions will be communicated in advance with
2727` Release Candidates ` and a schedule.
2828
2929## Supported Versions
3030
31- ` twilio-python ` follows an evergreen model of support. New features and
32- functionality will only be added to the current version. The current version -
33- 1 will continue to be supported with bug fixes and security updates, but no new
34- features.
31+ Only the current ` MAJOR ` version of ` twilio-python ` is supported. New
32+ features, functionality, bug fixes, and security updates will only be added to
33+ the current ` MAJOR ` version.
3534
36- [ semver ] : http ://semver.org/
35+ [ semver ] : https ://semver.org
0 commit comments