Skip to content

Commit

Permalink
Prepare for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 16, 2019
1 parent e1c9002 commit 68ac13c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 68ac13c

Please sign in to comment.