Skip to content

Commit

Permalink
Release version 0.4.3 (#320)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
lgrossma authored Nov 5, 2024
1 parent 8a6f19d commit cbcdac7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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

0 comments on commit cbcdac7

Please sign in to comment.