Skip to content

Commit 0712336

Browse files
committed
Publish 36.3.0
1 parent 30e2a1f commit 0712336

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ We use [semantic versioning](http://semver.org/):
55
- PATCH version when you make backwards compatible bug fixes.
66

77
# Next version
8-
- _teamscale-client_: User-Agent header now includes the specific component performing the request (e.g., "Teamscale Gradle Plugin", "Teamscale Maven Plugin") and version number
9-
- _maven-plugin_: Added maven properties for `runImpacted` and `runAllTests` configuration parameters
10-
- _maven-plugin_: The warning "Both baselineRevision and baselineCommit are set but only one of them is needed" was displayed incorrectly
8+
9+
# 36.3.0
10+
- [feature] _teamscale-client_: User-Agent header now includes the specific component performing the request (e.g., "Teamscale Gradle Plugin", "Teamscale Maven Plugin") and version number
11+
- [feature] _maven-plugin_: Added maven properties for `runImpacted` and `runAllTests` configuration parameters
12+
- [fix] _maven-plugin_: The warning "Both baselineRevision and baselineCommit are set but only one of them is needed" was displayed incorrectly
1113
- [fix] _maven-plugin_: Coverage upload used "Now" instead of auto-resolved Git revision when no commit/revision was configured
1214

1315
# 36.2.0

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
group = "com.teamscale"
66

7-
val appVersion by extra("36.2.0")
7+
val appVersion by extra("36.3.0")
88

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

0 commit comments

Comments
 (0)