We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3e264 commit 75c1649Copy full SHA for 75c1649
CHANGELOG.md
@@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
5
- PATCH version when you make backwards compatible bug fixes.
6
7
# Next version
8
+
9
+# 36.0.0
10
- [breaking fix] _teamscale-gradle-plugin_: Adjusted to breaking API changes in Gradle 9.0
11
- [feature] Reduced dependencies and hence the size of all artifacts
12
- [fix] _installer_: `InaccessibleObjectException` at startup
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
group = "com.teamscale"
-val appVersion by extra("35.2.2")
+val appVersion by extra("36.0.0")
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
0 commit comments