Skip to content

84.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 11:22
· 414 commits to main since this release

What's Changed

🐞 Bug Fixes

  • 20c1fd8 evaluator: Fix cycle detection
  • 800c14f fossid: Apply an order to license mappings
  • 013bee0 reporter/static-html: escape bare '&' in markdown-rendered HTML

🎉 New Features

  • b12fb68 conan: Support VCS information in 'conandata.yml'
  • 1f524c2 test-utils: Add getResourceAsFileInSourceTree()

🐘 Build & ⚙️ CI

  • 1ed668e detekt-rules: Do not add Detekt to the runtime classpath

🔧 Chores

  • 0bdb93a mailmap: Prefer Double Open .io addresses
  • 025c46a mailmap: Sort entries alphabetically
  • 97c84a4 maven: Rewrite a condition to avoid a Detekt false-positive
  • 116f4bd Use sealed interfaces instead of classes where possible

🚀 Dependency Updates

  • 295eced update com.google.code.gson:gson to v2.14.0
  • 5fdcf31 update detektplugin to v2.0.0-alpha.3
  • e23be97 update kotlin monorepo to v2.3.21
  • d4cdef4 update org.graalvm.buildtools:native-gradle-plugin to v1.1.0

🚜 Refactorings

  • 1150f70 conan: Turn parseVcsInfo() into PackageInfo.toVcsInfo()