Skip to content

Commit eed74de

Browse files
committed
Prepare for release 0.12.8.
1 parent ee85996 commit eed74de

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Changelog
22
=========
3+
Version 0.12.8
4+
---------------
5+
* Document interactions between Guava and JSpecify mode in README (#1208)
6+
* JSpecify: handle nullness annotations from extends / inherits clauses (#1211)
7+
* Allowing NewClassTree to be passed into getGenericParameterNullnessAtInvocation (#1210)
8+
* Support @NullMarked on modules (#1216)
9+
* Handle NewClassTree in compareGenericTypeParameterNullabilityForCall(#1212) (#1217)
10+
* More flexible handling of AssertJ isNotNull methods (#1221)
11+
* Support AssertJ hasSize() (#1229)
12+
* Inference of generic method type arguments based on returns and parameter passing (#1226)
13+
* Prototype implementation of javac plugin to serialize nullness annotations (#1225)
14+
* Add AdditionalSuppressionNames configuration option (#1231)
15+
* Updates to deploy releases to Central Portal (#1234)
16+
* Fix to handling of case null (#1235)
17+
* Maintenance
18+
- Update to Gradle 8.14 (#1213)
19+
- Update to Error Prone 2.39.0 (#1228)
20+
- Fix broken link to Eradicate in README.md (#1227)
21+
322
Version 0.12.7
423
---------------
524
* Update to Checker Framework 3.49.2 (#1183)

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

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

0 commit comments

Comments
 (0)