Skip to content

Commit 282c573

Browse files
committed
Prepare for release 0.12.4.
1 parent 8e525e6 commit 282c573

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Changelog
22
=========
3+
Version 0.12.4
4+
---------------
5+
* Better `@MonotonicNonNull` support (#1149)
6+
* Add support for local variables for arrays. (#1146)
7+
* Ignore Spring Framework 6.2 `@MockitoBean`, `@MockitoSpyBean` fields (#1147)
8+
* JSpecify: preserve explicit nullability annotations on type variables when performing substitutions (#1143)
9+
* Always acknowledge restrictive annotations in JSpecify mode (#1144)
10+
* Fix printing of array types in JSpecify errors (#1145)
11+
* Remove need to use JSpecify's @Nullable annotation (#1142)
12+
* Handle calls to generic constructors in JSpecify mode (#1141)
13+
* Properly handle conditional expression within parens as RHS of assignment (#1140)
14+
* Skip checks involving wildcard generic type arguments (#1137)
15+
* Update to Gradle 8.12.1 (#1133)
16+
317
Version 0.12.3
418
---------------
519
* Remove InferredJARModelsHandler (#1079)

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.4-SNAPSHOT
15+
VERSION_NAME=0.12.4
1616

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

0 commit comments

Comments
 (0)