Skip to content

Commit 9b1ade3

Browse files
authored
chore: support future 2024.3 versions of IDE (#20)
Bump the supported version compatibility To version to 243.* which includes 2024.3.* versions of all IDEs
1 parent 244ee84 commit 9b1ade3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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.3] - 2024-09-19
8+
9+
- Update the supported versions to include the latest 2024.3 versions
10+
711
## [1.2.2] - 2024-08-08
812

913
### Changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
pluginGroup=io.infracost.plugins
33
pluginName=Infracost
44
pluginRepositoryUrl=https://github.com/infracost/jetbrains-infracost
5-
pluginVersion=1.2.2
5+
pluginVersion=1.2.3
66
pluginSinceBuild=232
7-
pluginUntilBuild=242.*
7+
pluginUntilBuild=243.*
88
platformType=IC
99
platformVersion=2023.2.7
1010
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.2 - Update support email address<br />
12+
<change-notes><![CDATA[v1.2.3 - Ensure compatibility with newer IDE versions<br />
1313
]]> </change-notes>
1414

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

0 commit comments

Comments
 (0)