Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.4.3 (Nov 4, 2024)
- chore(deps): bump org.jetbrains.kotlin:kotlin-reflect (#316)
- chore(deps): bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.0.21 (#315)
- chore(deps): bump org.junit.jupiter:junit-jupiter-engine (#314)
- chore(deps): bump org.junit.jupiter:junit-jupiter-api (#313)
- chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0 (#307)
- Merge pull request #312 from redhat-developer/0.4.3-bump
- chore: fix publish and bump version
- feat: added IU-2024.2 to IntelliJVersion (#302)

## 0.4.2 (Sep 17, 2024)
- 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)
- 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
Add the following dependency:
```
dependencies {
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.2'
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
projectVersion=0.4.3-SNAPSHOT
projectVersion=0.4.3
nexusUser=invalid
nexusPassword=invalid
Loading