Skip to content

Commit a5171ef

Browse files
committed
Prepare for release 1.1.0.
1 parent 27a32c6 commit a5171ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
1.1.0
5+
-----
6+
7+
_2023-03-07_
8+
9+
* **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.
10+
* **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!
11+
* Build against lint-api to `30.4.2`.
12+
* Test against lint `31.1.0-alpha08`.
13+
414
1.0.1
515
-----
616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ POM_DEVELOPER_ID=slackhq
2525
POM_DEVELOPER_NAME=Salesforce, Inc..
2626
POM_DEVELOPER_URL=https://github.com/slackhq
2727
POM_INCEPTION_YEAR=2023
28-
VERSION_NAME=1.1.0-SNAPSHOT
28+
VERSION_NAME=1.1.0

0 commit comments

Comments
 (0)