Skip to content

Commit

Permalink
Prepare release v26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Punz committed Aug 24, 2022
1 parent fce4b94 commit 520a9de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ We use [semantic versioning](http://semver.org/):
- PATCH version when you make backwards compatible bug fixes.

# next release

# 26.0.0

- [fix] _impacted-test-engine_: Handle tests with trailing whitespaces correctly
- [breaking] _impacted-test-engine_: Now requires Teamscale 8.0 as minimum version

# 25.0.0

- [breaking] Find git.properties files recursively in folders, all types of archive files (jar, war, ear, aar, ...) and arbitrary depth. This was only possible for nested jar and war files and up to nesting depth 1. If you'd like to disable recursive search, e.g. due to performance issues, please use `search-git-properties-recursively=false`.
Note: This is not actually a breaking change but if you profile large projects and don't use the multi-project upload, you might want to disable recursive search.

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

ext {
appVersion = '25.0.0'
appVersion = '26.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 520a9de

Please sign in to comment.