diff --git a/CHANGELOG.md b/CHANGELOG.md index e32588879..3cbe0e545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## Unreleased +## 0.1.8 +### Fixed +- Windows compatibility issue +### Changed +- Improve and refactor the test execution process. + ## 0.1.7 ### Fixed - Minor bugs in new test generation UI diff --git a/gradle.properties b/gradle.properties index 7252d9211..340199c2a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = org.jetbrains.research.testspark pluginName = TestSpark # SemVer format -> https://semver.org -pluginVersion = 0.1.7 +pluginVersion = 0.1.8 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 72abc5dc1..b9610ceab 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -36,6 +36,11 @@ ]]> 0.1.8 +

0.1.7