Skip to content

Commit

Permalink
Prepare for release 0.10.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Jan 29, 2024
1 parent 115d683 commit 986d060
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.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
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.22-SNAPSHOT
VERSION_NAME=0.10.22

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 986d060

Please sign in to comment.