Skip to content

Commit

Permalink
Merge pull request #67 from openfga/release/v0.1.4
Browse files Browse the repository at this point in the history
release: v0.1.4
  • Loading branch information
rhamzeh authored Dec 2, 2024
2 parents 04ed262 + 82987db commit 5db339b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 21 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
strategy:
matrix:
ide-version:
- clion:2024.2
- goland:2024.2
- ideaIC:2024.2
- ideaIU:2024.2
- phpstorm:2024.2
- pycharmPC:2024.2
- pycharmPY:2024.2
- riderRD:2024.2
- webstorm:2024.2
- clion:2024.3
- goland:2024.3
- ideaIC:2024.3
- ideaIU:2024.3
- phpstorm:2024.3
- pycharmPC:2024.3
- pycharmPY:2024.3
- riderRD:2024.3
- webstorm:2024.3
- ideaIC:LATEST-EAP-SNAPSHOT
steps:
- name: Check out repository
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.1.4

### [0.1.4](https://github.com/openfga/intellij-plugin/compare/v0.1.3...v0.1.4) (2024-12-02)

Added
- add support for IDEs based on IntelliJ IDEA 2024.3.* (https://github.com/openfga/intellij-plugin/pull/65) - thanks @edlundin

## v0.1.3

### [0.1.3](https://github.com/openfga/intellij-plugin/compare/v0.1.2...v0.1.3) (2024-09-06)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "dev.openfga.intellijplugin"
version = "0.1.3"
version = "0.1.4"
sourceSets["main"].java.srcDirs("src/main/java", "src/generated/java")

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ org.gradle.caching=true

pluginGroup=dev.openfga.intellijplugin
pluginName=OpenFgaIntellijPlugin
pluginVersion=0.1.3
pluginVersion=0.1.4
11 changes: 1 addition & 10 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,7 @@
<change-notes><![CDATA[
<h2>New Features</h2>
<ul>
<li>add support for 2024.2.* based IDEs</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>`tupleuserset-not-direct` is now prioritized above `no-entrypoint` error</li>
<li>correct based index for reported errors that was causing the wrong location to be highlighted</li>
</ul>
<h2>Removed</h2>
<ul>
<li>Remove UI theme (we now only offer an editor theme)</li>
<li>add support for IntelliJ 2024.3.* based IDEs</li>
</ul>
]]></change-notes>

Expand Down

0 comments on commit 5db339b

Please sign in to comment.