aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuxin Wang <yuxinw@uber.com>2024-02-15 11:03:35 -0500
committerYuxin Wang <yuxinw@uber.com>2024-02-15 11:03:35 -0500
commit26d62e0e2c648dd6688987596e3c9a4c71773397 (patch)
tree4f39256b2fd635af52a7be2fc4bdf6609aee3a73
parent91d68098e3bc5123b737bc376ad1d226fca05188 (diff)
downloadnullaway-26d62e0e2c648dd6688987596e3c9a4c71773397.tar.gz
Prepare for release 0.10.23.
-rwxr-xr-xCHANGELOG.md12
-rw-r--r--gradle.properties2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1854e1f..ffc492b 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
Changelog
=========
+Version 0.10.23
+---------------
+* Update for missing a couple possibly unsafe xml parser (#902)
+* Add foojay-resolver-convention plugin (#905)
+* JSpecify: Reason about nullability of reads from arrays (#875)
+* Fix handling of static imports from subclasses (#904)
+* Adding support for nullable type upper bounds considering Library models (#903)
+* Support for extra Futures classes (#909)
+* Build / CI tooling upgrades:
+ - Bump various CI workflow versions (#906)
+
+
Version 0.10.22
---------------
IMPORTANT: The support for JDK 8 is deprecated in this release and will be removed in
diff --git a/gradle.properties b/gradle.properties
index 607131e..23531be 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.23-SNAPSHOT
+VERSION_NAME=0.10.23
POM_DESCRIPTION=A fast annotation-based null checker for Java