Skip to content

Commit

Permalink
Prepare for release 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 27, 2023
1 parent 2881465 commit 7631a3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

0.7.0
-----

_2023-10-27_

- Lower lint API back to `31.3.0-alpha05` as newer versions targeted kotlin 1.9.20 betas without us realizing it.
- Improve explanation for sealed class mock detector to mention that Mockito can't mock them at all in Java 17+.
- Promote `PlatformTypeMockDetector` to error severity.
- Make `DenyListedApi` entries more configurable. Initial change is that blocking APIs are now reported with the ID `DenyListedBlockingApi`.
- Support multiple mock report modes for the `mock-report` option. Modes are `NONE`, `ERRORS`, and `ALL`. Default is `NONE`. Now the report file is `build/reports/mockdetector/mock-report.csv` and the second column is the severity. This allows reporting all mocks for extra analysis.

0.6.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, LLC.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2021
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.7.0

0 comments on commit 7631a3f

Please sign in to comment.