Skip to content

Commit

Permalink
Release 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Nov 29, 2022
1 parent 7801f94 commit 819cd3f
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.12 - 2022-11-29

- Integrate upstream changes dc804a7d61f059d1eecd6744dd7526edbcaf4e8c
- Update dependency versions
- Replace deprecated VersionNumber with Semver4j

# 0.2.11 - 2022-11-27

- Integrate upstream changes 12857274f550d5a21d570621934bb86d5af16c0f
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.11'
id 'pl.droidsonroids.pitest' version '0.2.12'
}
```

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

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

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.11
VERSION_NAME=0.2.12
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 819cd3f

Please sign in to comment.