Skip to content

Commit

Permalink
Prepare for release 0.10.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Mar 4, 2024
1 parent 348bb4d commit ad24853
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Changelog
=========
Version 0.10.24
---------------
* Add library model for Files.isDirectory (#913)
* JSpecify test case for generic methods (#918)
* Check dereference of qualifier expression in method reference (#920)
* JSpecify: skip checking when type is primitive (#924)
* Fix another JSpecify raw type issue (#925)
* Fix handling of references to methods of array types and type variables (#926)
* Build / CI / Documentation upgrades/fixes:
- Fix lombok config example more correctly on README (#911)
- Update to Gradle 8.6 (#914)
- Update to Error Prone 2.25.0 (#916)
- Add codecov token (#921)

Version 0.10.23
---------------
* Update for missing a couple possibly unsafe xml parser (#902)
Expand All @@ -11,7 +25,6 @@ Version 0.10.23
* 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
Original file line number Diff line number Diff line change
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.24-SNAPSHOT
VERSION_NAME=0.10.24

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit ad24853

Please sign in to comment.