diff --git a/CHANGELOG.md b/CHANGELOG.md index 420e6f2..204aad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,9 @@ # Change Log + +## Version 0.1.0 + +_2019-11-17_ + +These are custom Lint rules for **Jetpack Compose**. + +* New: **InvalidComposableFunctionName** - A function marked with a `@Composable` annotation should start with a capital letter. diff --git a/gradle.properties b/gradle.properties index c1bc5fc..81ce9e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.composelint -VERSION_NAME=0.1.0-SNAPSHOT +VERSION_NAME=0.1.0 POM_URL=https://github.com/reactivecircus/compose-lint-rules POM_SCM_URL=https://github.com/reactivecircus/compose-lint-rules