From 10711f83e3aacf49f8d4d3bf189a46b46631a440 Mon Sep 17 00:00:00 2001 From: Lazaro Clapp Date: Sun, 19 Nov 2023 20:08:26 -0500 Subject: [PATCH] Prepare for release 0.10.17 --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a8e0c7e9..eda86594a4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ Changelog ========= +Version 0.10.17 +--------------- +* Fix bug with computing direct type use annotations on parameters (#864) +* Model Apache Flink's RichFunction.open as an @Initializer method (#862) +* Support for JSpecify's 0.3.0 annotation [experimental] + - JSpecify: adding com.google.common to annotated packages in build.gradle (#857) + - JSpecify: handling the return of a diamond operator anonymous object method caller (#858) + - Create com.uber.nullaway.generics package (#855) + - Clarifications and small fixes for checking JSpecify @Nullable annotation (#859) + - Apply minor cleanups suggested by IntelliJ in generics code (#860) + Version 0.10.16 --------------- NOTE: Maven Central signing key rotated for this release following a revocation. diff --git a/gradle.properties b/gradle.properties index bfd4cd076d..0a74bd7de7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.caching=true org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m GROUP=com.uber.nullaway -VERSION_NAME=0.10.17-SNAPSHOT +VERSION_NAME=0.10.17 POM_DESCRIPTION=A fast annotation-based null checker for Java