Skip to content

Commit

Permalink
Prepare 13.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed May 17, 2019
1 parent 967193b commit d46f684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
We use [semantic versioning][semver]

# Next version

# 13.0.0
- [feature] added `dump-on-exit` option
- [breaking change] added `mode` option (Must be set for Testwise Coverage mode. `http-server-port` or `test-env` alone is no longer sufficient)
- [feature] The agent now optionally accepts test execution results via /test/end
- [feature] Support for Java 12

# 11.3.0
# 12.0.0
- [breaking change] The convert tool now uses wildcard patterns for the class matching (was ant pattern before)
- [breaking change] The agent returns the correct 204 and 400 status codes in Testwise Coverage mode

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {


ext {
appVersion = '11.3.1' // Also update version in BuildVersion.kt
appVersion = '13.0.0' // Also update version in BuildVersion.kt
pluginVersion = '0.4.12' // Also update version in BuildVersion.kt
reportGeneratorVersion = '1.3.8'
teamscaleClientVersion = '0.2.10'
Expand Down

0 comments on commit d46f684

Please sign in to comment.