Skip to content

Commit

Permalink
Publish 33.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Mar 8, 2024
1 parent b5ee318 commit 8ed732b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ We use [semantic versioning](http://semver.org/):

# Next Release

# 33.1.1
- [fix] _agent_: NPE during agent startup probably due to missing read permissions in a shared folder

# 33.1.0
- [feature] _teamscale-maven-plugin_: Add new execution goal to batch convert .exec files into testwise coverage report.
- [feature] _agent_: Extended list of packages excluded by default
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -5,7 +5,7 @@ plugins {

group = "com.teamscale"

val appVersion by extra("33.1.0")
val appVersion by extra("33.1.1")

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

Expand Down

0 comments on commit 8ed732b

Please sign in to comment.