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