Skip to content

Commit b0ca690

Browse files
authored
Merge pull request #21 from openfga/release/v0.1.2
release: v0.1.2
2 parents 55042df + 5eb4ec7 commit b0ca690

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "dev.openfga.intellijplugin"
10-
version = "0.1.1"
10+
version = "0.1.2"
1111
sourceSets["main"].java.srcDirs("src/main/java", "src/generated/java")
1212

1313
repositories {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ org.gradle.caching=true
77

88
pluginGroup=dev.openfga.intellijplugin
99
pluginName=OpenFgaIntellijPlugin
10-
pluginVersion=0.1.1
10+
pluginVersion=0.1.2

0 commit comments

Comments
 (0)