Skip to content

Commit

Permalink
Prepare for release 0.12.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayutture committed Feb 25, 2025
1 parent 8e525e6 commit 282c573
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Changelog
=========
Version 0.12.4
---------------
* Better `@MonotonicNonNull` support (#1149)
* Add support for local variables for arrays. (#1146)
* Ignore Spring Framework 6.2 `@MockitoBean`, `@MockitoSpyBean` fields (#1147)
* JSpecify: preserve explicit nullability annotations on type variables when performing substitutions (#1143)
* Always acknowledge restrictive annotations in JSpecify mode (#1144)
* Fix printing of array types in JSpecify errors (#1145)
* Remove need to use JSpecify's @Nullable annotation (#1142)
* Handle calls to generic constructors in JSpecify mode (#1141)
* Properly handle conditional expression within parens as RHS of assignment (#1140)
* Skip checks involving wildcard generic type arguments (#1137)
* Update to Gradle 8.12.1 (#1133)

Version 0.12.3
---------------
* Remove InferredJARModelsHandler (#1079)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m

GROUP=com.uber.nullaway
VERSION_NAME=0.12.4-SNAPSHOT
VERSION_NAME=0.12.4

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 282c573

Please sign in to comment.