v1.005

Switched API changelog versioning from semantic versioning (vX.Y.Z) to sequential numbering (v1.###).


📖 Documentation & Constraints Changes

  • Version Numbering: The API changelog now uses a sequential v1.### versioning scheme instead of semantic versioning (MAJOR.MINOR.PATCH). Each release increments the number by 1 regardless of change severity (e.g., v1.004v1.005). Breaking changes continue to be marked with 🔴 BREAKING. The reason for this change is to make versioning easier — since only one live version is supported at a time, a simple sequential number is sufficient.