Skip to content

Commit 5adf0be

Browse files
authored
Merge pull request #12 from openfga/release/v0.1.0
release: v0.1.0
2 parents 2aba08f + 2d92fb4 commit 5adf0be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v0.1.0
2+
3+
### [0.1.0](https://github.com/openfga/intellij-plugin/releases/tag/v0.1.0) (2024-05-10)
4+
5+
Initial Release
6+
7+
- feat: custom OpenFGA dark theme
8+
- feat: DSL syntax support and validation
9+
- feat: authorization model dsl file and live templates
10+
- feat: generate json file from DSL (requires OpenFGA CLI to be installed)
11+
- feat: configure servers in OpenFGA tool window

build.gradle.kts

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

1111
group = "dev.openfga.intellijplugin"
12-
version = "0.2.5"
12+
version = "0.1.0"
1313

1414
repositories {
1515
mavenCentral()

0 commit comments

Comments
 (0)