Skip to content

Commit a0f6013

Browse files
committed
Prep for v0.1.4 release
1 parent a26c8d6 commit a0f6013

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
2+
3+
## v0.1.4
24
- `affected-paths-core`: Add in flag for enabling build scans on affected-paths runs
5+
- `affected-paths-core`: Allow better control of the Gradle daemon
36

47
## v0.1.3
58
- `affected-paths-core`: Fix custom Gradle flags not being properly set

affected-paths/core/src/main/kotlin/com/squareup/affected/paths/core/CoreOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public data class CoreOptions @JvmOverloads constructor(
133133
mavenCentral()
134134
}
135135
dependencies {
136-
classpath "com.squareup.affected.paths:tooling-support:0.1.3"
136+
classpath "com.squareup.affected.paths:tooling-support:0.1.4"
137137
}
138138
}
139139
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1111
kotlin.code.style=official
1212

1313
GROUP=com.squareup.affected.paths
14-
VERSION_NAME=0.1.3
14+
VERSION_NAME=0.1.4
1515

1616
POM_URL=https://github.com/squareup/affected-paths
1717
POM_SCM_URL=https://github.com/squareup/affected-paths

0 commit comments

Comments
 (0)