Skip to content

Commit

Permalink
Merge pull request #144 from koral--/release-02220
Browse files Browse the repository at this point in the history
Release 0.2.20
  • Loading branch information
koral-- authored Oct 15, 2024
2 parents f65f938 + 3d7ce95 commit f3d7632
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.20 - 2024-10-15

- Specify Java toolchain version explicitly by @jonas-ms in https://github.com/koral--/gradle-pitest-plugin/pull/142
- Update dependency codenarc to v3 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/138

# 0.2.19 - 2024-08-04

- Update AGP to 8.5.0 by @koral-- in https://github.com/koral--/gradle-pitest-plugin/pull/127
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ which supports Android gradle projects.

```groovy
plugins {
id 'pl.droidsonroids.pitest' version '0.2.19'
id 'pl.droidsonroids.pitest' version '0.2.20'
}
```

```kotlin
plugins {
id("pl.droidsonroids.pitest") version "0.2.19"
id("pl.droidsonroids.pitest") version "0.2.20"
}
```

Expand All @@ -25,7 +25,7 @@ buildscript {
google()
}
dependencies {
classpath("pl.droidsonroids.gradle:gradle-pitest-plugin:0.2.19")
classpath("pl.droidsonroids.gradle:gradle-pitest-plugin:0.2.20")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.2.19
VERSION_NAME=0.2.20
GROUP=pl.droidsonroids.gradle
POM_DESCRIPTION=Gradle plugin for PIT Mutation Testing in Android projects
POM_URL=https://github.com/koral--/gradle-pitest-plugin
Expand Down

0 comments on commit f3d7632

Please sign in to comment.