Skip to content

Commit

Permalink
Merge pull request #12 from openfga/release/v0.1.0
Browse files Browse the repository at this point in the history
release: v0.1.0
  • Loading branch information
rhamzeh authored May 10, 2024
2 parents 2aba08f + 2d92fb4 commit 5adf0be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v0.1.0

### [0.1.0](https://github.com/openfga/intellij-plugin/releases/tag/v0.1.0) (2024-05-10)

Initial Release

- feat: custom OpenFGA dark theme
- feat: DSL syntax support and validation
- feat: authorization model dsl file and live templates
- feat: generate json file from DSL (requires OpenFGA CLI to be installed)
- feat: configure servers in OpenFGA tool window
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "dev.openfga.intellijplugin"
version = "0.2.5"
version = "0.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 5adf0be

Please sign in to comment.