Skip to content

Commit

Permalink
Merge pull request #122 from koral--/release0218
Browse files Browse the repository at this point in the history
Release 0.2.18
  • Loading branch information
koral-- authored Dec 23, 2023
2 parents 013be20 + e3a6522 commit 6a4f652
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 0.2.17 - 2023-12-21
# 0.2.18 - 2023-12-22

- Fix mockable Android JAR exclusion on Windows [#116](https://github.com/koral--/gradle-pitest-plugin/issue/101)
- Yet another fix for mockable Android JAR path on Windows [#116](https://github.com/koral--/gradle-pitest-plugin/issues/116#issuecomment-1867313049)

- # 0.2.17 - 2023-12-21

- Fix mockable Android JAR exclusion on Windows [#116](https://github.com/koral--/gradle-pitest-plugin/issue/116)

# 0.2.16 - 2023-11-27

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.17'
id 'pl.droidsonroids.pitest' version '0.2.18'
}
```

```kotlin
plugins {
id("pl.droidsonroids.pitest") version "0.2.17"
id("pl.droidsonroids.pitest") version "0.2.18"
}
```

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

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.17
VERSION_NAME=0.2.18
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 6a4f652

Please sign in to comment.