diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb6cd2..4119408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0] - 2024-01-08 + ### Added - Resolving of ambiguous shape references (shapes with the same names but declared in different containers). - Support [parent reference](https://d2lang.com/tour/containers#reference-parent). diff --git a/README.md b/README.md index 343107d..bf6e6bc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The language support for D2, a modern language that turns text to diagrams. The plugin is in active development. Don't hesitate to [file issues](https://github.com/develar/d2-intellij-plugin/issues). -The plugin is now compatible with JetBrains IDEs 2022.1 through 2022.3. However, version 2023.1 is not supported — please use version 2023.2 or later. +The plugin is compatible with JetBrains IDEs 2022.1 through 2022.3 and 2023.2+. Please note that the plugin is being developed and tested for 2023.2 and higher, support for older versions may contain some bugs. As such, we advise against using older versions of the IDE. diff --git a/gradle.properties b/gradle.properties index 953b436..812cf3a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ pluginName=D2 pluginRepositoryUrl=https://github.com/develar/d2-intellij-plugin -pluginVersion=1.2.0 +pluginVersion=1.3.0 pluginSinceBuild=232 pluginUntilBuild=241.*