Skip to content

Commit 649f25a

Browse files
committed
Prepare for release 0.12.6.
1 parent 9369704 commit 649f25a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
=========
3+
Version 0.12.6
4+
---------------
5+
* JSpecify: view type as super in generic method inference (#1177)
6+
* Infer @Nullable type arguments for type variables from unmarked code (#1181)
7+
* Convert android-jar.py to Python 3 (#1175)
8+
* Suggest castToNonNull fix for unboxing error (#1182)
9+
310
Version 0.12.5
411
---------------
512
* Add missing override to RestoreNullnessAnnotationsVisitor (#1154)

Diff for: 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.6-SNAPSHOT
15+
VERSION_NAME=0.12.6
1616

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

0 commit comments

Comments
 (0)