We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9cf0e commit e7a1bd1Copy full SHA for e7a1bd1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
Changelog
2
=========
3
+Version 0.12.1
4
+---------------
5
+* Add library model for Apache Commons CollectionUtils.isNotEmpty (#932) (#1062)
6
+* Handle records in targetTypeMatches (#1061)
7
+
8
Version 0.12.0
9
---------------
10
IMPORTANT:
gradle.properties
@@ -12,7 +12,7 @@ org.gradle.caching=true
12
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
13
14
GROUP=com.uber.nullaway
15
-VERSION_NAME=0.12.1-SNAPSHOT
+VERSION_NAME=0.12.1
16
17
POM_DESCRIPTION=A fast annotation-based null checker for Java
18
0 commit comments