Skip to content

Commit

Permalink
Publish 0.4.2 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam authored Mar 13, 2023
1 parent 64193b1 commit c163524
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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

_2023-03-13_

* Fix validation ordering issues [#68](https://github.com/dropbox/dependency-guard/issues/68) by [@handstandsam](https://github.com/handstandsam) in [#86](https://github.com/dropbox/dependency-guard/pull/86)
* Split kotlin and dokka versions references by [@SimonMarquis](https://github.com/SimonMarquis) in [#81](https://github.com/dropbox/dependency-guard/pull/81)
* Kotlin-ify StringBuilder constructs and replace with simpler raw Strings by [@SimonMarquis](https://github.com/SimonMarquis) in [#80](https://github.com/dropbox/dependency-guard/pull/80)
* Using Primitives in Static Validator Methods by [@handstandsam](https://github.com/handstandsam) in [#85](https://github.com/dropbox/dependency-guard/pull/85)

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

_2023-01-23_
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.1"
id("com.dropbox.dependency-guard") version "0.4.2"
}
```

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.1")
classpath("com.dropbox.dependency-guard:dependency-guard:0.4.2")
}
}
```
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.2-SNAPSHOT
VERSION_NAME=0.4.2

POM_ARTIFACT_ID=dependency-guard
POM_NAME=Dependency Guard
Expand Down

0 comments on commit c163524

Please sign in to comment.