aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuxin Wang <yuxinw@uber.com>2024-03-29 10:59:12 -0400
committerYuxin Wang <yuxinw@uber.com>2024-03-29 10:59:12 -0400
commit9b648a458f77044a568911398075bf6189e899b8 (patch)
tree076e3ab79d1ed74f89f12a905ad3ecf8beeaa4fd
parent7b8d80c514e22509719e7bc1b6da8dcd53f48ae4 (diff)
downloadnullaway-9b648a458f77044a568911398075bf6189e899b8.tar.gz
Prepare for release 0.10.25.
-rwxr-xr-xCHANGELOG.md11
-rw-r--r--gradle.properties2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b87fc8..06235ef 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 303d6e4..60d1715 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