Skip to content

Commit

Permalink
Prepare for release 0.10.26.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed May 3, 2024
1 parent edcfe49 commit 2a3cd47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
Changelog
=========
Version 0.10.26
---------------
* External Library Models Integration (#922)
* Rename test classes (#951)
* Propagate more nullability info to lambdas known to be invoked synchronously (#952)

Version 0.10.25
---------------
* JSpecify: Handle @nullable assignments to @nonnull arrays (#929)
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.26-SNAPSHOT
VERSION_NAME=0.10.26

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 2a3cd47

Please sign in to comment.