Skip to content

Commit 9613fb7

Browse files
committed
Prepare for release 0.12.5.
1 parent b84feb7 commit 9613fb7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
Changelog
22
=========
3+
Version 0.12.5
4+
---------------
5+
* Add missing override to RestoreNullnessAnnotationsVisitor (#1154)
6+
* Add more bailouts for raw types (#1153)
7+
* Do unboxing check for invocation parameters even when calling a @NullUnmarked method (#1163)
8+
* JSpecify: infer generic method type arguments for assignments (#1131)
9+
* JSpecify: properly handle lambdas in anonymous inner classes (#1165)
10+
* Support @MonotonicNonNull on static fields (#1166)
11+
* Update to Error Prone 2.37.0 (#1169)
12+
* Use proper name for constructors in JarInfer (#1167)
13+
* Don't treat @ParametricNullness as @Nullable in JSpecify mode (#1174)
14+
315
Version 0.12.4
416
---------------
5-
* Better `@MonotonicNonNull` support (#1149)
17+
* Better `@MonotonicNonNull` support (#1149)
618
* Add support for local variables for arrays. (#1146)
719
* Ignore Spring Framework 6.2 `@MockitoBean`, `@MockitoSpyBean` fields (#1147)
820
* JSpecify: preserve explicit nullability annotations on type variables when performing substitutions (#1143)

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.5-SNAPSHOT
15+
VERSION_NAME=0.12.5
1616

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

0 commit comments

Comments
 (0)