Skip to content

Commit

Permalink
Publishing 30.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stahlbauer committed Jul 17, 2023
1 parent e7aa052 commit e386b91
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

# 30.1.0
- [feature] The option `tiamode` has now an additional choice `disk` to dump testwise coverage as JSON to the output folder.
- [feature] _teamscale-maven-plugin_: The configuration options `runAllTests`, `runImpacted`, and `tiamode` are now available
- [fix] _impacted-test-engine_: Mixed test results for dynamically generated tests were incorrectly summarized
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group = "com.teamscale"

val appVersion by extra("30.0.2")
val appVersion by extra("30.1.0")

val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"

Expand Down

0 comments on commit e386b91

Please sign in to comment.