Skip to content

Commit

Permalink
Release 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Nov 12, 2023
1 parent 4096eff commit 5fb80c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.15 - 2023-11-12

- Change additional classpath building [#112](https://github.com/koral--/gradle-pitest-plugin/issue/112)

# 0.2.14 - 2023-11-06

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

```kotlin
plugins {
id("pl.droidsonroids.pitest") version "0.2.14"
id("pl.droidsonroids.pitest") version "0.2.15"
}
```

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

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.14
VERSION_NAME=0.2.15
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 5fb80c8

Please sign in to comment.