Skip to content

Commit

Permalink
Release 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed May 8, 2020
1 parent b97cdba commit 20298c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
- PATCH version when you make backwards compatible bug fixes.

# Next Release

# 16.0.0
- [fix] Prevent "out of memory" in small JVMs: Don't cache test executions in memory
- [breaking change] `--ignore-duplicates` (and `-d` option in convert tool) have been replaced with `--duplicates` option
- [breaking change] `--filter` option in convert tool has been renamed to `--includes`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

ext {
appVersion = '15.5.1' // Also update version in BuildVersion.kt
appVersion = '16.0.0' // Also update version in BuildVersion.kt
pluginVersion = '0.5.8' // Also update version in BuildVersion.kt
reportGeneratorVersion = '1.4.8'
teamscaleClientVersion = '0.3.4'
Expand Down

0 comments on commit 20298c3

Please sign in to comment.