Skip to content

Commit 87664ab

Browse files
author
Julian Hackinger
authored
Merge pull request #63 from 0verEngineer/main
0.5.4
2 parents 938db88 + 492fc0d commit 87664ab

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+
## [0.5.4]
8+
### Changed
9+
- Use unlimited until-build for future IDEA Releases
10+
711
## [0.5.3]
812
### Added
913
- Ability to blacklist file extensions so that the plugin will not show anything on blacklisted files

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tasks {
6565
patchPluginXml {
6666
version.set(properties("pluginVersion"))
6767
sinceBuild.set(properties("pluginSinceBuild"))
68-
untilBuild.set(properties("pluginUntilBuild"))
68+
//untilBuild.set(properties("pluginUntilBuild"))
6969

7070
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
7171
pluginDescription.set(

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ pluginGroup = org.OverEngineer
22
pluginName = InlineProblems
33
pluginRepositoryUrl = https://github.com/OverEngineer/InlineProblems
44
# SemVer format -> https://semver.org
5-
pluginVersion = 0.5.3
5+
pluginVersion = 0.5.4
66

77
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
pluginSinceBuild = 212.5
9-
pluginUntilBuild = 243.*
9+
#pluginUntilBuild = 243.*
1010

1111
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1212
platformType = IC

0 commit comments

Comments
 (0)