Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Jun 13, 2022
1 parent 1497fe4 commit f4ba579
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 0.3.1

_2022-06-13_

See: [0.3.1 Milestone](https://github.com/dropbox/dependency-guard/milestone/4?closed=1)

* Fix: Tree format required Gradle 7.4 or higher. by [@handstandsam](https://github.com/handstandsam) in [#40](https://github.com/dropbox/dependency-guard/issues/40)
* Fix: Crash while using in root project if clean task already applied. by [@ZacSweers](https://github.com/ZacSweers) in [#38](https://github.com/dropbox/dependency-guard/issues/38)


## Version 0.3.0

_2022-05-26_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ As platform engineers, we do a lot of library upgrades, and needed insight into
```kotlin
// sample/app/build.gradle.kts
plugins {
id("com.dropbox.dependency-guard") version "0.3.0"
id("com.dropbox.dependency-guard") version "0.3.1"
}
```

Expand Down Expand Up @@ -250,7 +250,7 @@ buildscript {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
classpath("com.dropbox.dependency-guard:dependency-guard:0.3.0")
classpath("com.dropbox.dependency-guard:dependency-guard:0.3.1")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion dependency-guard/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.dropbox.dependency-guard
VERSION_NAME=0.3.1-SNAPSHOT
VERSION_NAME=0.3.1

POM_ARTIFACT_ID=dependency-guard
POM_NAME=Dependency Guard
Expand Down

0 comments on commit f4ba579

Please sign in to comment.