Skip to content

Commit 27a029c

Browse files
committed
Prepare for release 0.12.12.
1 parent 77c85a6 commit 27a029c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 0.12.12
5+
---------------
6+
7+
This release fixes a severe performance regression introduced in NullAway 0.12.11 and we encourage all users of 0.12.11 to upgrade.
8+
9+
* Address severe performance regression in dataflow analysis (#1328)
10+
* Maintenance
11+
- Fix test args for SuggestedFixesTests (#1324)
12+
- Stop passing -processorpath to CompilationTestHelper in NullAway tests (#1326)
13+
414
Version 0.12.11
515
---------------
616

gradle.properties

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT
15+
VERSION_NAME=0.12.12
1616

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

0 commit comments

Comments
 (0)