Skip to content

Commit c9b8dd6

Browse files
authored
Prepare version 0.3.0 final (#214)
Signed-off-by: Lukas Grossmann <lgrossma@redhat.com>
1 parent fc21e89 commit c9b8dd6

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.3.0 (Feb 15, 2024)
4+
- Add support for IntelliJ CE 2023.2
5+
- Added custom test-project location
6+
- Update the `Remote-Robot` to version 0.11.18
7+
- Update Java to JDK 17
8+
- Update Gradle to version 7.6
9+
- Removed Redundancy in the ToolWindowsPane class
10+
- Added method for reopening project
11+
- Added possibility to redirect remote-robot logs to output files in user.dir/intelliJ_debug
12+
313
## 0.2.0 (Aug 4, 2022)
414
- Add support for IntelliJ CE 2022.2
515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
Add the following dependency:
3333
```
3434
dependencies {
35-
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.1-SNAPSHOT'
35+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.3.0'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
projectVersion=0.2.1-SNAPSHOT
1+
projectVersion=0.3.0
22
nexusUser=invalid
33
nexusPassword=invalid
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)