Skip to content

Commit 5f773a4

Browse files
committed
feat: Prepare version 0.4.1 final
Signed-off-by: Richard Kocian <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 9e097f8 commit 5f773a4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.4.1 (Jul 30, 2024)
4+
- Add platformType and platformVersion to ProcessBuilder parameters [(#239)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/239)
5+
- Fix Project creation failing on GHA [(#260)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/260)
6+
- Add create EMPTY PROJECT methods [(#275)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/275)
7+
- Update dependencies
8+
39
## 0.4.0 (May 7, 2024)
410
- Add support for IntelliJ 2024.1
511
- Update the `Remote-Robot` to version 0.11.22

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.4.1-SNAPSHOT'
35+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.1'
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.4.1-SNAPSHOT
1+
projectVersion=0.4.1
22
nexusUser=invalid
33
nexusPassword=invalid

0 commit comments

Comments
 (0)