From 18c940b9639e9ee3b95a4834e3b85e2ada4d39ea Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Thu, 9 Feb 2023 16:30:41 -0500 Subject: [PATCH] Prepare for release 1.0.0. --- CHANGELOG.md | 17 ++++++++++++++--- gradle.properties | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d297415c..07185b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ Changelog ========= -0.1.0 +1.0.0 ----- -_yyyy_mm_dd_ +_2023-02-09_ -WIP! +Initial release! + +This is a near-full port of the original rule set to lint. It should be mostly at parity with the original rules as well. + +The lints target lint-api `30.4.0`/lint API `13` and target Java 11. + +See the docs for full usage and information: https://slackhq.github.io/compose-lints. + +**Notes** +- `ComposeViewModelInjection` does not offer a quickfix yet. PRs welcome! +- `ComposeUnstableCollections` is a warning by default rather than an error. +- `CompositionLocalNaming` is not ported because this is offered in compose's bundled lint rules now. diff --git a/gradle.properties b/gradle.properties index 342556c6..6bc7c16b 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.0.0-SNAPSHOT +VERSION_NAME=1.0.0