Skip to content

Commit

Permalink
Prepare for release 0.10.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Feb 15, 2024
1 parent 91d6809 commit 26d62e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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
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.23-SNAPSHOT
VERSION_NAME=0.10.23

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 26d62e0

Please sign in to comment.