Skip to content

Commit 34b19c7

Browse files
Prepare plugin for 2022.7-beta release #441
1 parent 9a3acb6 commit 34b19c7

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'java'
55
if (project.hasProperty('semVer')) {
66
project.version = project.semVer
77
} else {
8-
project.version = '1.0-SNAPSHOT'
8+
project.version = '2022.7-SNAPSHOT'
99
}
1010

1111
buildscript {

utbot-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>org.utbot.intellij.plugin.id</id>
55
<name>UnitTestBot</name>
66
<vendor>utbot.org</vendor>
7-
8-
<description>UnitTestBot plugin for IntelliJ IDEA for Java</description>
7+
<idea-version since-build="202.8194.7"/>
98
<version>2022.7-beta</version>
109
<depends>com.intellij.modules.platform</depends>
1110
<depends>com.intellij.modules.java</depends>
@@ -70,5 +69,21 @@
7069
Found an issue? Please, submit <a href="https://github.com/UnitTestBot/UTBotJava/issues">it here</a>.
7170
]]>
7271
</description>
72+
<change-notes>
73+
<![CDATA[
74+
In this version we have implemented multiple features and improvements:
75+
<ul>
76+
<li>Java 11 support.</li>
77+
<li>Smart Fuzzer significantly improves test generation results.</li>
78+
<li>Generated tests have become even more human-readable and user-friendly.</li>
79+
<li>We have enabled Mac OS X platform, give it a try.</li>
80+
<li>The UnitTestBot engine generates SARIF reports.</li>
81+
<li>We have polished plugin UX.</li>
82+
<li>Mocking support is enhanced.</li>
83+
<li>Java Streams, better Java Optional support, Java String support is improved, package-private constructors now are used for the test generation.</li>
84+
</ul>
85+
Discover everything mentioned above and much more in this release.
86+
]]>
87+
</change-notes>
7388

7489
</idea-plugin>

0 commit comments

Comments
 (0)