aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuxin Wang <yuxinw@uber.com>2024-01-13 22:24:32 -0500
committerYuxin Wang <yuxinw@uber.com>2024-01-13 22:24:32 -0500
commit0293b0f2fa18ebdcaac07fa82e759ada2132c514 (patch)
treeb09e92b6f2a8b18dad87efc2a3f488d32a634a36
parentc7007fd73405683ab089f766179a94c8cf98e692 (diff)
downloadnullaway-0293b0f2fa18ebdcaac07fa82e759ada2132c514.tar.gz
Prepare for release 0.10.21.
-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 8ae1571..6114070 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
Changelog
=========
+Version 0.10.21
+---------------
+IMPORTANT: This release fixes a crash when running against <2.24.0 release of
+ Error Prone (see #894) introduced in NullAway v0.10.20 and another crash related to
+ Checker Framework (see #895) introduced in NullAway v0.10.19.
+
+* Fix backwards-incompatible calls to ASTHelpers.hasDirectAnnotationWithSimpleName (#894)
+* Downgrade to Checker Framework 3.40.0 (#895)
+
Version 0.10.20
---------------
* Fix JSpecify support on JDK 21 (#869)
diff --git a/gradle.properties b/gradle.properties
index 37d5362..91ee809 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.21-SNAPSHOT
+VERSION_NAME=0.10.21
POM_DESCRIPTION=A fast annotation-based null checker for Java