Skip to content

Commit

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

# Next Release

# 33.0.0
- [feature] add installer for system-wide installation (see agent/MIGRATION.md for a migration guide)
- [feature] allow specifying configuration ID from Teamscale via environment variable `TEAMSCALE_JAVA_PROFILER_CONFIG_ID`
- [breaking change] default log and coverage file directory changed to `/tmp` which works in more situations
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("32.6.3")
val appVersion by extra("33.0.0")

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

Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import org.gradle.internal.impldep.org.apache.commons.io.filefilter.HiddenFileFilter
import java.io.FileFilter

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
}
Expand Down

0 comments on commit eca2e51

Please sign in to comment.