From a5171ef0a305be02e42cfd79df7615f95cac8a28 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Tue, 7 Mar 2023 14:01:34 -0500 Subject: [PATCH] Prepare for release 1.1.0. --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1107790..35b586ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- diff --git a/gradle.properties b/gradle.properties index cc327190..5860ace4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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