Skip to content

Commit

Permalink
Prepare for release 0.10.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Jan 14, 2024
1 parent c7007fd commit 0293b0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -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

Expand Down

0 comments on commit 0293b0f

Please sign in to comment.