Skip to content

Commit

Permalink
Released 34.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jul 15, 2024
1 parent d9ebcac commit 92a2744
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 version

# 34.0.0
- [breaking] _teamscale-client_, _teamscale-maven-plugin_, _teamscale-gradle-plugin_: Support using revision for fetching impacted tests for both the baseline and the endCommit. This change is breaking because **this changes the minimum required Teamscale Server version from 8.0.0 to 9.4.0** and because the Teamscale client API was changed. For the Maven and Gradle plugins, this change is non-breaking.
- [breaking] _teamscale-client_, _teamscale-maven-plugin_, _teamscale-gradle-plugin_, _teamscale-jacoco-agent_: New parameter: `teamscale-repository` (agent), `repository` (Teamscale Client, Gradle and Maven Plugins). This parameter can be used to specify in which repository Teamscale should look up revisions in case there is more than one repository in a given Teamscale project. If no repository is given, Teamscale will look in all connected repositories. This change is breaking because the Teamscale client API was changed. For the JaCoCo agent and the Maven and Gradle plugins, this change is non-breaking.
- [breaking] _tia-maven-plugin_: The `endCommit` option was renamed to `commit` in order to make it more understandable when using the upload task
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("33.3.3")
val appVersion by extra("34.0.0")

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

Expand Down

0 comments on commit 92a2744

Please sign in to comment.