Skip to content

Commit

Permalink
Releasing 0.4.1 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam authored Jan 23, 2023
1 parent a2a29b0 commit abe58de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_2023-01-23_

* Fixes [#67](https://github.com/dropbox/dependency-guard/issues/67): Configuration Cache by [@handstandsam](https://github.com/handstandsam) in [#70](https://github.com/dropbox/dependency-guard/pull/70)
* Fixes [#67](https://github.com/dropbox/dependency-guard/issues/67), [#68](https://github.com/dropbox/dependency-guard/issues/68): Configuration Cache by [@handstandsam](https://github.com/handstandsam) in [#70](https://github.com/dropbox/dependency-guard/pull/70), [#71](https://github.com/dropbox/dependency-guard/pull/71), [#72](https://github.com/dropbox/dependency-guard/pull/72)
* Compatibility: **Requires Gradle 7.4 or Higher** in order to support Configuration Cache.

## Version 0.4.0 ([All Changes](https://github.com/dropbox/dependency-guard/compare/0.3.2...0.4.0))
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 🚨[Issue with Version `0.4.0`](https://github.com/dropbox/dependency-guard/issues/67) for some use cases. Please use `0.3.2` if you experience any issues during an upgrade until this can be addressed.

# 🛡️ Dependency Guard
[![LICENSE](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/dropbox/dependency-guard/blob/main/LICENSE.txt)
[![Latest Stable](https://img.shields.io/badge/dynamic/xml?url=https://repo1.maven.org/maven2/com/dropbox/dependency-guard/dependency-guard/maven-metadata.xml&label=Latest%20Stable&color=blue&query=.//versioning/latest)](https://repo1.maven.org/maven2/com/dropbox/dependency-guard/dependency-guard/)
Expand Down Expand Up @@ -45,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.0"
id("com.dropbox.dependency-guard") version "0.4.1"
}
```

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

POM_ARTIFACT_ID=dependency-guard
POM_NAME=Dependency Guard
Expand Down

0 comments on commit abe58de

Please sign in to comment.