Skip to content

Commit

Permalink
Prepare for 0.4.3 release (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam authored Mar 14, 2023
1 parent c86421c commit adb4052
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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.4.3 ([All Changes](https://github.com/dropbox/dependency-guard/compare/0.4.2...0.4.3))

_2023-03-14_

* Fixes [#87](https://github.com/dropbox/dependency-guard/issues/87): Race Condition during `afterEvaluate` Configuration Validation in 0.4.2 by [@handstandsam](https://github.com/handstandsam) in [#90](https://github.com/dropbox/dependency-guard/pull/90)

## Version 0.4.2 ([All Changes](https://github.com/dropbox/dependency-guard/compare/0.4.1...0.4.2))

_2023-03-13_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.4.2"
id("com.dropbox.dependency-guard") version "0.4.3"
}
```

Expand Down Expand Up @@ -254,7 +254,7 @@ buildscript {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
classpath("com.dropbox.dependency-guard:dependency-guard:0.4.2")
classpath("com.dropbox.dependency-guard:dependency-guard:0.4.3")
}
}
```
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.4.3-SNAPSHOT
VERSION_NAME=0.4.3

POM_ARTIFACT_ID=dependency-guard
POM_NAME=Dependency Guard
Expand Down

0 comments on commit adb4052

Please sign in to comment.