Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed May 12, 2022
1 parent 16d98f6 commit d974215
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## Version 0.2.0

_2022-05-12_

See: https://github.com/dropbox/dependency-guard/milestone/1?closed=1

* **BREAKING CHANGE**: Renamed `allowRule` -> `allowedFilter` by [@handstandsam](https://github.com/handstandsam) in [#21](https://github.com/dropbox/dependency-guard/pull/21)
* **BEHAVIOR CHANGE**: Set `artifacts=true` and `modules=false` as the default config. by [@handstandsam](https://github.com/handstandsam) in [#17](https://github.com/dropbox/dependency-guard/pull/17)
* Fixes: dependencyGuard failure output contains a double-colon (::) when run on root project. Should be a single colon. by [@handstandsam](https://github.com/handstandsam) in [#2](https://github.com/dropbox/dependency-guard/issues/2)
* Fixes: Tasks not compatible with the configuration cache by [@autonomousapps](https://github.com/autonomousapps) in [#4](https://github.com/dropbox/dependency-guard/issues/4)
* baselineFilter - Filter out certain dependencies from baseline (allowed, but ignored for baseline purposes) by [@handstandsam](https://github.com/handstandsam) in [#15](https://github.com/dropbox/dependency-guard/issues/15)
* Surface the "diff" in the Thrown Exception. by [@handstandsam](https://github.com/handstandsam) in [#19](https://github.com/dropbox/dependency-guard/issues/19)
* Update Output to use the file:/// syntax so that links are clickable. by [@handstandsam](https://github.com/handstandsam) in [#23](https://github.com/dropbox/dependency-guard/issues/23)

## Version 0.1.0

_2022-04-25_
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.2.0-SNAPSHOT
VERSION_NAME=0.2.0

POM_ARTIFACT_ID=dependency-guard
POM_NAME=Dependency Guard
Expand Down

0 comments on commit d974215

Please sign in to comment.