From cbcdac7999037efad96f4e6a83fecba801d4f5d7 Mon Sep 17 00:00:00 2001 From: Lukas Grossmann <86789336+lgrossma@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:09:18 +0100 Subject: [PATCH] Release version 0.4.3 (#320) * Release version 0.4.3 Signed-off-by: Lukas Grossmann * Updating changelog Signed-off-by: Lukas Grossmann --------- Signed-off-by: Lukas Grossmann --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40395109..173ee590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 18d54842..249251c4 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index 36f46141..150a131e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -projectVersion=0.4.3-SNAPSHOT +projectVersion=0.4.3 nexusUser=invalid nexusPassword=invalid