Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.38 KB

VERSIONING.md

File metadata and controls

26 lines (16 loc) · 1.38 KB

Versioning

We use Semantic Versioning to version Simple Icons. In short, this means that version numbers are structured as MAJOR.MINOR.PATCH. For example, version 2.0.5 is major version 2, minor version 0, and patch 5. Increasing each of these numbers implies certain kinds of changes.

For Simple Icons, given a change to the version number you can expect the following kinds of changes:

Version number increase Kinds of changes
Major Removed icons; Renamed icons; Breaking API changes
Minor New icons; API changes
Patch Updated SVGs; Updated metadata

Release Schedule

Minor releases and patches are scheduled on a weekly basis and are generally released on a Sunday.

Major releases are scheduled on a half-year basis, mainly to remove old SVGs. That is, approximately every 6 months a normal Sunday release is a major release instead of a minor release or patch.

Deprecation

For approximately 3 months after a major release, the major release preceding it will be supported. After 3 months, the previous major release is deprecated and will no longer be supported.

Support of a major version entails the following:

  • SVGs and metadata of brands will be updated on request. This excludes brands that were removed in the new major release.
  • Bugs in the npm library will be updated if reported.