Skip to content

Commit b1a900d

Browse files
committed
Release 33.3.3
1 parent dc141ef commit b1a900d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

build.gradle.kts

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

66
group = "com.teamscale"
77

8-
val appVersion by extra("33.3.2")
8+
val appVersion by extra("33.3.3")
99

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

0 commit comments

Comments
 (0)