File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ We use [semantic versioning](http://semver.org/):
55- PATCH version when you make backwards compatible bug fixes.
66
77# Next version
8+
9+ # 35.2.2
810- [ fix] _ teamscale-gradle-plugin_ : TeamscaleUpload task did not properly validate ` revision ` argument
11+ - [ fix] _ teamscale-gradle-plugin_ : Removed usage of deprecated ` movetolastcommit ` option
912
1013# 35.2.1
1114- [ fix] _ agent_ : Bad request error when starting a test run in some cases
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66group = " com.teamscale"
77
8- val appVersion by extra(" 35.2.1 " )
8+ val appVersion by extra(" 35.2.2 " )
99
1010val snapshotVersion = appVersion + if (VersionUtils .isTaggedRelease()) " " else " -SNAPSHOT"
1111
You can’t perform that action at this time.
0 commit comments