Skip to content

Commit 10711f8

Browse files
committed
Prepare for release 0.10.17
1 parent fbd076a commit 10711f8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Changelog
22
=========
3+
Version 0.10.17
4+
---------------
5+
* Fix bug with computing direct type use annotations on parameters (#864)
6+
* Model Apache Flink's RichFunction.open as an @Initializer method (#862)
7+
* Support for JSpecify's 0.3.0 annotation [experimental]
8+
- JSpecify: adding com.google.common to annotated packages in build.gradle (#857)
9+
- JSpecify: handling the return of a diamond operator anonymous object method caller (#858)
10+
- Create com.uber.nullaway.generics package (#855)
11+
- Clarifications and small fixes for checking JSpecify @Nullable annotation (#859)
12+
- Apply minor cleanups suggested by IntelliJ in generics code (#860)
13+
314
Version 0.10.16
415
---------------
516
NOTE: Maven Central signing key rotated for this release following a revocation.

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

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

0 commit comments

Comments
 (0)