BerriAI/litellm

[Feature]: Use semantic versioning for LiteLLM

ishaan-jaff opened this issue · 2 comments

The Feature

cc @yujonglee make LiteLLM production ready and use semantic versioning https://semver.org/

Motivation, pitch

Twitter / LinkedIn details

No response

  • breaking changes should be a MAJOR upgrade

  • Add migration upgrades to docs. How do you update from 1.0.000 to 2.0.000

Things we're doing to address this:

  • Added commitizen to my local env for creating all new commits (v0.1.820 onwards).
  • Enforcing semantic versioning for all subsequent commits
  • Making this clear on our readme.