Skip to content

Commit 414f4b6

Browse files
committed
Prepare version 0.21.0
1 parent d6b301d commit 414f4b6

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Change Log
22

3-
Version 0.21.0 *(In development)*
4-
---------------------------------
3+
Version 0.21.0 *(2022-05-21)*
4+
-----------------------------
5+
6+
- Lint: Set minApi to 10. [\#348](https://github.com/vanniktech/lint-rules/pull/348) ([vanniktech](https://github.com/vanniktech))
7+
- Properly support TestMode.CDATA. [\#345](https://github.com/vanniktech/lint-rules/pull/345) ([vanniktech](https://github.com/vanniktech))
8+
- StringNotCapitalizedDetector: Marks strings which are not capitalized. [\#344](https://github.com/vanniktech/lint-rules/pull/344) ([vanniktech](https://github.com/vanniktech))
59

610
Version 0.20.0 *(2022-05-10)*
711
-----------------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A set of very opinionated lint rules.
66
## Android Lint Rules
77

88
```groovy
9-
compile 'com.vanniktech:lint-rules-android:0.20.0'
9+
compile 'com.vanniktech:lint-rules-android:0.21.0'
1010
compile 'com.vanniktech:lint-rules-android:0.21.0-SNAPSHOT'
1111
```
1212

@@ -15,7 +15,7 @@ compile 'com.vanniktech:lint-rules-android:0.21.0-SNAPSHOT'
1515
## RxJava 2 Lint Rules
1616

1717
```groovy
18-
compile 'com.vanniktech:lint-rules-rxjava2:0.20.0'
18+
compile 'com.vanniktech:lint-rules-rxjava2:0.21.0'
1919
compile 'com.vanniktech:lint-rules-rxjava2:0.21.0-SNAPSHOT'
2020
```
2121

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.21.0-SNAPSHOT
1+
VERSION_NAME=0.21.0
22
GROUP=com.vanniktech
33

44
POM_DESCRIPTION=Very opinionated Lint Checks

0 commit comments

Comments
 (0)