Skip to content

Commit 18c940b

Browse files
committed
Prepare for release 1.0.0.
1 parent 14199be commit 18c940b

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
Changelog
22
=========
33

4-
0.1.0
4+
1.0.0
55
-----
66

7-
_yyyy_mm_dd_
7+
_2023-02-09_
88

9-
WIP!
9+
Initial release!
10+
11+
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.
12+
13+
The lints target lint-api `30.4.0`/lint API `13` and target Java 11.
14+
15+
See the docs for full usage and information: https://slackhq.github.io/compose-lints.
16+
17+
**Notes**
18+
- `ComposeViewModelInjection` does not offer a quickfix yet. PRs welcome!
19+
- `ComposeUnstableCollections` is a warning by default rather than an error.
20+
- `CompositionLocalNaming` is not ported because this is offered in compose's bundled lint rules now.

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.0.0-SNAPSHOT
28+
VERSION_NAME=1.0.0

0 commit comments

Comments
 (0)