File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11
2+ ## v0.1.2
3+
4+ ### [ 0.1.2] ( https://github.com/openfga/intellij-plugin/compare/v0.1.1...v0.1.2 ) (2024-06-13)
5+
6+ * No functional changes
7+
28## v0.1.1
39
4- ### [ 0.1.1] ( https://github.com/openfga/vscode-ext /compare/v0.1.0...v0.1.1 ) (2024-05-31)
10+ ### [ 0.1.1] ( https://github.com/openfga/intellij-plugin /compare/v0.1.0...v0.1.1 ) (2024-05-31)
511
612- feat: validation for OpenFGA model files
713- feat: validation for OpenFGA models in store files
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " dev.openfga.intellijplugin"
10- version = " 0.1.1 "
10+ version = " 0.1.2 "
1111sourceSets[" main" ].java.srcDirs(" src/main/java" , " src/generated/java" )
1212
1313repositories {
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ org.gradle.caching=true
77
88pluginGroup =dev.openfga.intellijplugin
99pluginName =OpenFgaIntellijPlugin
10- pluginVersion =0.1.1
10+ pluginVersion =0.1.2
You can’t perform that action at this time.
0 commit comments