Versioning¶
fetchit’s releases are versioned major.minor.patch.
patchversions add features that are backwards-compatible and bug fixes.minorversions introduce larger changes that may be API-changing features and bug fixes.majorversions … we’ll see when we get there.
Worried about API-changing updates?
You could set your requirements as fetchit >= 0.x.y, < 0.x+1.0, for example fetchit >= 0.2.0, < 0.3.0
Last update:
Feb 13, 2024