Skip to content

Commit fcef0ba

Browse files
authored
Prepare version 0.1.0 final (#120)
Signed-off-by: Zbynek Cervinka <[email protected]>
1 parent adb04e6 commit fcef0ba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.1.0 (Jun 24, 2022)
4+
- Add DCO documentation
5+
- Add support for IntelliJ IDEA 2022.1
6+
37
## 0.0.9 (May 10, 2022)
48
- Add support for IntelliJ IDEA Ultimate (2020.2, 2020.3, 2021.1, 2021.2)
59
- Add support for the following IntelliJ IDEA versions:

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

0 commit comments

Comments
 (0)