We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a64d2 commit 544f60aCopy full SHA for 544f60a
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
# Solon Changelog
4
5
+## [0.1.0]
6
+
7
+### Updated
8
9
+- Only support IDEA 243.* version
10
+- Support configuration data hints and property navigation for yml and properties files
11
12
13
## [0.0.13]
14
15
### Updated
gradle.properties
@@ -3,7 +3,7 @@ pluginGroup=org.noear.solon.idea.plugin
pluginName=Solon
pluginRepositoryUrl=https://gitee.com/noear/solon-idea-plugin
# SemVer format -> https://semver.org
-pluginVersion=0.0.13
+pluginVersion=0.1.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=243
pluginUntilBuild=251.*
0 commit comments