File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1+ ## v0.1.5
2+
3+ ### [ 0.1.5] ( https://github.com/openfga/intellij-plugin/compare/v0.1.4...v0.1.5 ) (2025-03-03)
4+
5+ Added
6+ - add support for 2025.* based IDEs ([ #80 ] ( https://github.com/openfga/intellij-plugin/pull/80 ) )
7+
18## v0.1.4
29
310### [ 0.1.4] ( https://github.com/openfga/intellij-plugin/compare/v0.1.3...v0.1.4 ) (2024-12-02)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " dev.openfga.intellijplugin"
13- version = " 0.1.4 "
13+ version = " 0.1.5 "
1414sourceSets[" main" ].java.srcDirs(" src/main/java" , " src/generated/java" )
1515
1616repositories {
Original file line number Diff line number Diff line change 33## Bump version number
44
55- Update the ` version ` number in ` build.gradle.kts `
6- - Update the ` pluginVersion ` number in ` gradle.properties `
76
87## Update the CHANGELOG
98
Original file line number Diff line number Diff line change @@ -4,7 +4,3 @@ kotlin.stdlib.default.dependency=false
44org.gradle.configuration-cache =true
55# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
66org.gradle.caching =true
7-
8- pluginGroup =dev.openfga.intellijplugin
9- pluginName =OpenFgaIntellijPlugin
10- pluginVersion =0.1.4
Original file line number Diff line number Diff line change 2020 <change-notes ><![CDATA[
2121 <h2>New Features</h2>
2222 <ul>
23- <li>add support for IntelliJ 2024.3 .* based IDEs</li>
23+ <li>add support for 2025 .* based IDEs</li>
2424 </ul>
2525 ]]> </change-notes >
2626
You can’t perform that action at this time.
0 commit comments