Skip to content

Commit

Permalink
chore: prepare release 1.2.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-sh authored Oct 7, 2024
1 parent 4299d0c commit cee8f02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
archiveName = cds-intellij.zip
pluginRepositoryUrl = https://github.com/cap-js/cds-intellij
# SemVer format -> https://semver.org
pluginVersion = 1.1.1
pluginVersion = 1.2.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 242
Expand Down
10 changes: 9 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ The set of features will grow with future releases, aligned with the development

<change-notes><![CDATA[ <h3>Changed</h3>
<ul>
<li>Specify platform 2024.3 as highest compatible version</li>
<li>include @sap/cds-lsp 8.3.2 with:
<ul>
<li>support for annotation modeler to remove certain code completions from compiler in favor of more suitable ones</li>
<li>show absolute name and kind of artifact in hover and completion details</li>
<li>analyze-dependencies command now supports rendering to `svg` or `json` string</li>
<li>fix: highlighting of CASE-statement keywords when put in their own line</li>
<li>fix: analysis of dependencies for certain cases</li>
</ul>
</li>
</ul> ]]></change-notes>
</idea-plugin>

0 comments on commit cee8f02

Please sign in to comment.