Skip to content

Commit

Permalink
chore: update D2 plugin version and README compatibility note
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jan 8, 2024
1 parent 6bd9f42 commit 0e91528
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- Plugin description end -->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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.*

Expand Down

0 comments on commit 0e91528

Please sign in to comment.