Skip to content

Commit adad028

Browse files
committed
Prepare for release 0.12.7.
1 parent 4a0b555 commit adad028

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
Changelog
22
=========
3+
Version 0.12.7
4+
---------------
5+
* Update to Checker Framework 3.49.2 (#1183)
6+
* Don't check synchronized blocks within unannotated code (#1185)
7+
* Test on JDK 24 (#1187)
8+
* Fix multiple issues with NewClassTrees that have enclosing expressions (#1191)
9+
* Ensure classes null-marked by library model detected in all places (#1197)
10+
* JSpecify: handle varargs whose element type is a type variable (#1200)
11+
* Update to Error Prone 2.38.0 (#1203)
12+
* Optimization to annotation stripping in library model matching (#1204)
13+
* Make arg position nullness array contents nullable (#1207)
14+
* Properly handle method references to null-unmarked methods (#1205)
15+
316
Version 0.12.6
417
---------------
518
* JSpecify: view type as super in generic method inference (#1177)

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

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

0 commit comments

Comments
 (0)