Skip to content

Commit

Permalink
Prepare for release 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed May 2, 2024
1 parent e3446af commit 0861ac8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

0.7.2
-----

_2024-05-02_

- Add new `DoNotMockAnything` check. This is disabled by default. This marks _any_ mock as a lint error. This is useful for enforcing a no-mocks policy in your codebase.
- Update lint to `31.5.0-alpha07`.
- Update to kotlin `1.9.23`.
- [docs] Expand Mock option explanation for use with multiple issues.

Special thanks to [@utwyko](https://github.com/utwyko) for contributing to this release!

0.7.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,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.2

0 comments on commit 0861ac8

Please sign in to comment.