Skip to content

Commit e7a1bd1

Browse files
committed
Prepare for release 0.12.1.
1 parent dc9cf0e commit e7a1bd1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog
22
=========
3+
Version 0.12.1
4+
---------------
5+
* Add library model for Apache Commons CollectionUtils.isNotEmpty (#932) (#1062)
6+
* Handle records in targetTypeMatches (#1061)
7+
38
Version 0.12.0
49
---------------
510
IMPORTANT:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.caching=true
1212
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
1313

1414
GROUP=com.uber.nullaway
15-
VERSION_NAME=0.12.1-SNAPSHOT
15+
VERSION_NAME=0.12.1
1616

1717
POM_DESCRIPTION=A fast annotation-based null checker for Java
1818

0 commit comments

Comments
 (0)