diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b87fc8fb6..06235efa7c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ Changelog ========= +Version 0.10.25 +--------------- +* JSpecify: Handle @nullable assignments to @nonnull arrays (#929) +* Handle JDK 21 case operands in type refinement (#928) +* Track access paths of the form Foo.this.bar (#937) +* Add test for boolean contract with extra message argument (#945) +* Collectors.toMap handling for streams (#938) +* Handle methods that fail unconditionally in ContractHandler (#946) +* Build / CI tooling upgrades: + - Update various dependencies (#939) + Version 0.10.24 --------------- * Add library model for Files.isDirectory (#913) diff --git a/gradle.properties b/gradle.properties index 303d6e4188..60d17157eb 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.25-SNAPSHOT +VERSION_NAME=0.10.25 POM_DESCRIPTION=A fast annotation-based null checker for Java