Skip to content

Commit 4c97ff3

Browse files
authored
chore: support newer versions of Intellij (#21)
1 parent 9b1ade3 commit 4c97ff3

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
## [1.2.4] - 2025-01-16
8+
9+
- Update the supported versions to include the latest 2024.3 versions
10+
711
## [1.2.3] - 2024-09-19
812

913
- Update the supported versions to include the latest 2024.3 versions

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
pluginGroup=io.infracost.plugins
33
pluginName=Infracost
44
pluginRepositoryUrl=https://github.com/infracost/jetbrains-infracost
5-
pluginVersion=1.2.3
5+
pluginVersion=1.2.4
66
pluginSinceBuild=232
7-
pluginUntilBuild=243.*
87
platformType=IC
98
platformVersion=2023.2.7
109
platformPlugins=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Scan your Terraform infrastructure as code files with Infracost and then navigat
99
1010
Additional help and context is provided in the Findings help pane for each issue identified.
1111
]]> </description>
12-
<change-notes><![CDATA[v1.2.3 - Ensure compatibility with newer IDE versions<br />
12+
<change-notes><![CDATA[v1.2.4 - Ensure compatibility with newer IDE versions<br />
1313
]]> </change-notes>
1414

1515
<depends>com.intellij.modules.platform</depends>

0 commit comments

Comments
 (0)