Skip to content

Commit

Permalink
Prepare for release 0.12.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Jan 6, 2025
1 parent aaf9f08 commit 39b376c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Changelog
=========
Version 0.12.3
---------------
* Remove InferredJARModelsHandler (#1079)
* Fix crash with annotation on enum (#1097)
* Handle case null in switch statements (#1100)
* Don't report errors for writes to @NullUnmarked fields (#1102)
* Support primitive static final fields as constant args in access paths (#1105)
* Fix issue with annotations in module-info.java files (#1109)
* Report error for @nullable synchronized block expression (#1106)
* Add support for parameter types with wildcards for JarInfer (#1107)
* Properly handle nested generics and multiple wildcard type args in JarInfer (#1114)
* Proper checking of vararg overrides with JSpecify annotations (#1116)
* Add flag to indicate only @NullMarked code should be checked (#1117)
* Add support for static fields in contracts (#1118)
* Maintenance
- Fix comment positions (#1098)
- [refactoring] Wrap calls to Types.subst and Types.memberType (#1115)
- Build latest Caffeine on CI (#1111)

Version 0.12.2
---------------
* Fix reading of JSpecify @nullable annotations from varargs parameter in bytecode (#1089)
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.3-SNAPSHOT
VERSION_NAME=0.12.3

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 39b376c

Please sign in to comment.