Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 0.0.12

* Add a Gradle DSL option to disable aggregate `stats.sarif` generation while preserving per-stat `code_references_*.sarif` exports.

**Full Changelog**: https://github.com/square/invert/compare/0.0.11...0.0.12

## Version 0.0.11

* Expose owner details metadata through `InvertAllCollectedDataRepo.getOwners()` for collector aggregation enrichment.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Invert is a Gradle Plugin with a dynamic web report that lets you gain insights
```
// Root build.gradle
plugins {
id("com.squareup.invert") version "0.0.11"
id("com.squareup.invert") version "0.0.12"
}
repositories {
mavenCentral() // Released Versions
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx16g
kotlin.code.style=official
android.useAndroidX=true
group=com.squareup.invert
version=0.0.12-SNAPSHOT
version=0.0.12

# https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
Expand Down
Loading