Skip to content

Commit eda51ad

Browse files
authored
Merge pull request #130 from openfga/release/v0.1.7
release v0.1.7
2 parents 6f15c2e + 24816b5 commit eda51ad

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.1.7] - 2025-12-22
11+
12+
Added
13+
- add support for 2025.3.* based IDEs
14+
1015
## [0.1.6] - 2025-08-07
1116

1217
Added
@@ -52,7 +57,8 @@ Initial Release
5257
- feat: generate json file from DSL (requires OpenFGA CLI to be installed)
5358
- feat: configure servers in OpenFGA tool window
5459

55-
[Unreleased]: https://github.com/openfga/intellij-plugin/compare/v0.1.6...HEAD
60+
[Unreleased]: https://github.com/openfga/intellij-plugin/compare/v0.1.7...HEAD
61+
[0.1.7]: https://github.com/openfga/intellij-plugin/compare/v0.1.6...v0.1.7
5662
[0.1.6]: https://github.com/openfga/intellij-plugin/compare/v0.1.5...v0.1.6
5763
[0.1.5]: https://github.com/openfga/intellij-plugin/compare/v0.1.4...v0.1.5
5864
[0.1.4]: https://github.com/openfga/intellij-plugin/compare/v0.1.3...v0.1.4

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.6"
13+
version = "0.1.7"
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
# Plugin compatibility
99
plugin.sinceBuild=233
10-
plugin.untilBuild=252.*
10+
plugin.untilBuild=253.*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<change-notes><![CDATA[
2121
<h2>New Features</h2>
2222
<ul>
23-
<li>add support for 2025.2.* based IDEs.</li>
23+
<li>add support for 2025.3.* based IDEs.</li>
2424
</ul>
2525
]]></change-notes>
2626

0 commit comments

Comments
 (0)