Skip to content

Commit

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

1.1.0
-----

_2023-03-07_

* **New**: Add `M2ApiDetector` rule. This rule can be used to lint against using "Material 2" (`androidx.compose.material`) APIs in codebases that have migrated to Material 3 (M3). This rule is disabled by default, see the docs for more information: https://slackhq.github.io/compose-lints/rules/#use-material-3.
* **Enhancement**: Add `viewmodel-factories` lint option to `ComposeViewModelInjection`. This allows you to define your own known ViewModel factories. Thanks to [@WhosNickDoglio](https://github.com/WhosNickDoglio) for contributing this!
* Build against lint-api to `30.4.2`.
* Test against lint `31.1.0-alpha08`.

1.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Salesforce, Inc..
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2023
VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.1.0

0 comments on commit a5171ef

Please sign in to comment.