Versioning
The plugin follows Semantic Versioning in the form:
MAJOR.MINOR.PATCH
The version number components have the following meanings:
MAJOR – incremented when the plugin changes its supported IntelliJ Platform major version range
MINOR – incremented when plugin functionality is added or changed
PATCH – incremented when bug fixes are released
Mapping plugin versions to supported IntelliJ Platform versions
Each MAJOR plugin version corresponds to a specific range of supported IntelliJ Platform versions.
| IntelliJ Platform versions | Plugin versions |
|---|---|
| 2023.1 - 2024.3 | 1.x.x |
| 2023.1 - 2025.1 | 2.x.x |
| 2023.1 - 2025.2 | 3.x.x |
| 2023.1 - 2025.3 | 4.x.x |