Skip to content

Commit

Permalink
Prepare for release 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Jun 1, 2024
1 parent 2f9bd83 commit 4aff96a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Changelog
=========
Version 0.11.0
---------------
IMPORTANT: Support for JDK 8 is dropped and NullAway now requires 2.14.0 or higher.

* Delete OptionalEmptinessHandler method that is no longer needed (#954)
* Refactor PreservedAnnotationTreeVisitor (#955)
* Update to Error Prone 2.27.1 (#957)
* JSpecify subtyping checks for arrays (#956)
* Bump to Checker Framework 3.43.0 (#959)
* Drop Java 8 support (#961)

Version 0.10.26
---------------
* External Library Models Integration (#922)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m

GROUP=com.uber.nullaway
VERSION_NAME=0.11.0-SNAPSHOT
VERSION_NAME=0.11.0

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 4aff96a

Please sign in to comment.