diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f4640..6f0e28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## [Unreleased] +## [0.5.1] +### Fixed +- SettingsBundle missing default (Settings not working with non english os language) +- Prevents gutter icon readding when the line of the problem does not exist anymore + ## [0.5.0] ### Added diff --git a/gradle.properties b/gradle.properties index 8a73259..f940f93 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ pluginGroup = org.OverEngineer pluginName = InlineProblems pluginRepositoryUrl = https://github.com/OverEngineer/InlineProblems # SemVer format -> https://semver.org -pluginVersion = 0.5.0 +pluginVersion = 0.5.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 212.5