Skip to content

Commit

Permalink
Release 33.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jul 8, 2024
1 parent dc141ef commit b1a900d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ We use [semantic versioning](http://semver.org/):
- PATCH version when you make backwards compatible bug fixes.

# Next version

# 33.3.3
- [fix] _agent_: Coverage for Kotlin code did sometimes produce incorrect line numbers

# 33.3.2
- Re-release of 33.3.1

# 33.3.1
- [fix] _agent_: Dump coverage when profiler settings are changed via the API.
- [fix] _agent_: NullPointerException when agent jar was located in the file system root.
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.2")
val appVersion by extra("33.3.3")

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

Expand Down

0 comments on commit b1a900d

Please sign in to comment.