Skip to content

Commit 5db339b

Browse files
authored
Merge pull request #67 from openfga/release/v0.1.4
release: v0.1.4
2 parents 04ed262 + 82987db commit 5db339b

File tree

5 files changed

+19
-21
lines changed

5 files changed

+19
-21
lines changed

.github/workflows/main.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
strategy:
4646
matrix:
4747
ide-version:
48-
- clion:2024.2
49-
- goland:2024.2
50-
- ideaIC:2024.2
51-
- ideaIU:2024.2
52-
- phpstorm:2024.2
53-
- pycharmPC:2024.2
54-
- pycharmPY:2024.2
55-
- riderRD:2024.2
56-
- webstorm:2024.2
48+
- clion:2024.3
49+
- goland:2024.3
50+
- ideaIC:2024.3
51+
- ideaIU:2024.3
52+
- phpstorm:2024.3
53+
- pycharmPC:2024.3
54+
- pycharmPY:2024.3
55+
- riderRD:2024.3
56+
- webstorm:2024.3
5757
- ideaIC:LATEST-EAP-SNAPSHOT
5858
steps:
5959
- name: Check out repository

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.1.4
2+
3+
### [0.1.4](https://github.com/openfga/intellij-plugin/compare/v0.1.3...v0.1.4) (2024-12-02)
4+
5+
Added
6+
- add support for IDEs based on IntelliJ IDEA 2024.3.* (https://github.com/openfga/intellij-plugin/pull/65) - thanks @edlundin
7+
18
## v0.1.3
29

310
### [0.1.3](https://github.com/openfga/intellij-plugin/compare/v0.1.2...v0.1.3) (2024-09-06)

build.gradle.kts

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

1212
group = "dev.openfga.intellijplugin"
13-
version = "0.1.3"
13+
version = "0.1.4"
1414
sourceSets["main"].java.srcDirs("src/main/java", "src/generated/java")
1515

1616
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.3
10+
pluginVersion=0.1.4

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,7 @@
2020
<change-notes><![CDATA[
2121
<h2>New Features</h2>
2222
<ul>
23-
<li>add support for 2024.2.* based IDEs</li>
24-
</ul>
25-
<h2>Bug Fixes</h2>
26-
<ul>
27-
<li>`tupleuserset-not-direct` is now prioritized above `no-entrypoint` error</li>
28-
<li>correct based index for reported errors that was causing the wrong location to be highlighted</li>
29-
</ul>
30-
<h2>Removed</h2>
31-
<ul>
32-
<li>Remove UI theme (we now only offer an editor theme)</li>
23+
<li>add support for IntelliJ 2024.3.* based IDEs</li>
3324
</ul>
3425
]]></change-notes>
3526

0 commit comments

Comments
 (0)