File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,13 @@ We use [semantic versioning](http://semver.org/):
55- PATCH version when you make backwards compatible bug fixes.
66
77# Next version
8+
9+ # 33.3.3
810- [ fix] _ agent_ : Coverage for Kotlin code did sometimes produce incorrect line numbers
911
12+ # 33.3.2
13+ - Re-release of 33.3.1
14+
1015# 33.3.1
1116- [ fix] _ agent_ : Dump coverage when profiler settings are changed via the API.
1217- [ fix] _ agent_ : NullPointerException when agent jar was located in the file system root.
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(" 33.3.2 " )
8+ val appVersion by extra(" 33.3.3 " )
99
1010val snapshotVersion = appVersion + if (VersionUtils .isTaggedRelease()) " " else " -SNAPSHOT"
1111
You can’t perform that action at this time.
0 commit comments