aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuxin Wang <yuxinw@uber.com>2024-01-29 14:07:39 -0500
committerYuxin Wang <yuxinw@uber.com>2024-01-29 14:07:39 -0500
commit986d060b570c629cb00b0b77fd6ec4e019983fbc (patch)
treedb3cdf48af16b4815ead831d867416ecad68901d
parent115d6837bd96de023d4f3407df8a442ea17c947c (diff)
downloadnullaway-986d060b570c629cb00b0b77fd6ec4e019983fbc.tar.gz
Prepare for release 0.10.22.
-rwxr-xr-xCHANGELOG.md9
-rw-r--r--gradle.properties2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6114070..1854e1f 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
Changelog
=========
+Version 0.10.22
+---------------
+IMPORTANT: The support for JDK 8 is deprecated in this release and will be removed in
+ an upcoming release.
+
+* Fix bug with implicit equals() methods in interfaces (#898)
+* Fix crash with raw types in overrides in JSpecify mode (#899)
+* Docs fix: Update instructions for Android and our sample app (#900)
+
Version 0.10.21
---------------
IMPORTANT: This release fixes a crash when running against <2.24.0 release of
diff --git a/gradle.properties b/gradle.properties
index af0c871..3c140cc 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.22-SNAPSHOT
+VERSION_NAME=0.10.22
POM_DESCRIPTION=A fast annotation-based null checker for Java