Skip to main content
Version: 1.2.0

How GenAI Studio Versioning

GenAI Studio versions follow the semver specification, represented in X.Y.Z format, where:

  • X : Represents the major version number, which is incremented when GenAI Studio undergoes significant changes.
  • Y : Represents the minor version number, which is incremented when GenAI Studio adds new backward-compatible functionality.
  • Z : Represents the patch version number, which is incremented when GenAI Studio makes backward-compatible bug fixes.

Based on the above rules, the changes between versions 1.1.0, 1.1.1, and 1.1.2 only represent fixes for known issues in 1.1.0, and do not include any new features compared to 1.1.0. Therefore, GenAI Studio release notes will only provide descriptions for versions such as X.Y.

Versions