Skip to content

Commit

Permalink
Prepare for release 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Dec 8, 2023
1 parent 32727f0 commit ec14960
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# gradle-dependencies-sorter

## Version 0.6
* [New] make `check` task dependency optional (but on by default).
```sortDependencies { check(<true|false>) }```

## Version 0.5
* [New] Warn (not fail) when encountering projects without a build script.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.caching=true
org.gradle.parallel=true

GROUP=com.squareup
VERSION=0.6-SNAPSHOT
VERSION=0.6

0 comments on commit ec14960

Please sign in to comment.