We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23ac44 commit 8591bbfCopy full SHA for 8591bbf
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "com.devoxx.genie"
10
-version = "0.5.1"
+version = "0.5.2"
11
12
repositories {
13
mavenCentral()
src/main/resources/META-INF/plugin.xml
@@ -35,6 +35,10 @@
35
]]></description>
36
37
<change-notes><![CDATA[
38
+ <h2>v0.5.2</h2>
39
+ <UL>
40
+ <LI>Fix #582 : Reuse existing MCP clients and close them when IDEA stops by @stephanj</LI>
41
+ </UL>
42
<h2>v0.5.1</h2>
43
<UL>
44
<LI>Fix #567 : At least one message is required by @stephanj</LI>
src/main/resources/application.properties
@@ -1 +1 @@
1
-version=0.5.1
+version=0.5.2
0 commit comments