Skip to content

Commit

Permalink
Release 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Nov 27, 2022
1 parent 15ae597 commit 11077c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.11 - 2022-11-27

- Integrate upstream changes 12857274f550d5a21d570621934bb86d5af16c0f
- Update dependency versions
- Use separate output directories for each task [#87](https://github.com/koral--/gradle-pitest-plugin/issue/87)

# 0.2.10 - 2022-10-20

- Update dependency versions
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.10'
id 'pl.droidsonroids.pitest' version '0.2.11'
}
```

```kotlin
plugins {
id("pl.droidsonroids.pitest") version "0.2.10"
id("pl.droidsonroids.pitest") version "0.2.11"
}
```

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

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.10
VERSION_NAME=0.2.11
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 11077c0

Please sign in to comment.