File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 0.1.7] - 2025-12-22
11+
12+ Added
13+ - add support for 2025.3.* based IDEs
14+
1015## [ 0.1.6] - 2025-08-07
1116
1217Added
@@ -52,7 +57,8 @@ Initial Release
5257- feat: generate json file from DSL (requires OpenFGA CLI to be installed)
5358- feat: configure servers in OpenFGA tool window
5459
55- [ Unreleased ] : https://github.com/openfga/intellij-plugin/compare/v0.1.6...HEAD
60+ [ Unreleased ] : https://github.com/openfga/intellij-plugin/compare/v0.1.7...HEAD
61+ [ 0.1.7 ] : https://github.com/openfga/intellij-plugin/compare/v0.1.6...v0.1.7
5662[ 0.1.6 ] : https://github.com/openfga/intellij-plugin/compare/v0.1.5...v0.1.6
5763[ 0.1.5 ] : https://github.com/openfga/intellij-plugin/compare/v0.1.4...v0.1.5
5864[ 0.1.4 ] : https://github.com/openfga/intellij-plugin/compare/v0.1.3...v0.1.4
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.6 "
13+ version = " 0.1.7 "
1414sourceSets[" main" ].java.srcDirs(" src/main/java" , " src/generated/java" )
1515
1616repositories {
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ org.gradle.caching=true
77
88# Plugin compatibility
99plugin.sinceBuild =233
10- plugin.untilBuild =252 .*
10+ plugin.untilBuild =253 .*
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 2025.2 .* based IDEs.</li>
23+ <li>add support for 2025.3 .* based IDEs.</li>
2424 </ul>
2525 ]]> </change-notes >
2626
You can’t perform that action at this time.
0 commit comments