Skip to content

Commit

Permalink
Release 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymFx committed Aug 28, 2020
1 parent 0101483 commit eac6faf
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

# 18.0.0
- [breaking change] removed options `coverage-via-http` and `teamscale-testwise-upload`. Use `tia-mode=http` or `tia-mode=teamscale-upload` instead.
- [breaking change] _tia-client_: changed Java API
- [feature] always exclude common libraries from profiling to shrink coverage files
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
appVersion = '17.0.0'
appVersion = '18.0.0'

// When upgrading JaCoCo to a newer version make sure to
// check the comment in the AnalyzerCache.java and CachingInstructionsBuilder.java
Expand Down

0 comments on commit eac6faf

Please sign in to comment.