Skip to content

Commit cbcdac7

Browse files
authored
Release version 0.4.3 (#320)
* Release version 0.4.3 Signed-off-by: Lukas Grossmann <[email protected]> * Updating changelog Signed-off-by: Lukas Grossmann <[email protected]> --------- Signed-off-by: Lukas Grossmann <[email protected]>
1 parent 8a6f19d commit cbcdac7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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.4.3 (Nov 4, 2024)
4+
- chore(deps): bump org.jetbrains.kotlin:kotlin-reflect (#316)
5+
- chore(deps): bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.0.21 (#315)
6+
- chore(deps): bump org.junit.jupiter:junit-jupiter-engine (#314)
7+
- chore(deps): bump org.junit.jupiter:junit-jupiter-api (#313)
8+
- chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0 (#307)
9+
- Merge pull request #312 from redhat-developer/0.4.3-bump
10+
- chore: fix publish and bump version
11+
- feat: added IU-2024.2 to IntelliJVersion (#302)
12+
313
## 0.4.2 (Sep 17, 2024)
414
- fix: IdeaProject folder getting deleted by running local tests fixed #293 by @martinszuc in [(#294)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/294)
515
- fix(UITest): fix for unstable tests & minor improvements #212 & #296 by @martinszuc in [(#301)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/301)

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

0 commit comments

Comments
 (0)