Skip to content

Commit

Permalink
prepare release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed May 19, 2021
1 parent 737b352 commit 2e790fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation "org.hamcrest:hamcrest-library:2.2"
}

version="v0.1.7"
version="v0.1.8"
archivesBaseName = "contourmerge"

josm {
Expand All @@ -48,7 +48,7 @@ test {
systemProperty "josm.home", file("src/test/resources/josm.home")

afterTest { desc, result ->
println "Executing test ${desc.name} [${desc.className}] with " +
println "Executing test ${desc.name} [${desc.className}] with " +
"result: ${result.resultType}"
}
}
Expand Down
4 changes: 4 additions & 0 deletions releases.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
releases:
- label: v0.1.8
minJosmVersion: 17903
description: "fix #24: Contourmerge Plugin can corrupt data integrety"

- label: v0.1.7
minJosmVersion: 17903
description: "merge #25: Bump minJosmVersion for JOSM r17867"
Expand Down

0 comments on commit 2e790fa

Please sign in to comment.