Skip to content

Commit

Permalink
Prepare for release 0.10.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp committed Dec 27, 2023
1 parent 1a74cd4 commit c6fcc92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
Changelog
=========
Version 0.10.19
---------------
* Update to Checker Framework 3.41.0 (#873)
* Extend library models to mark fields as nullable (#878)
- Main use case is NullAwayAnnotator
* Fix jarinfer cli output determinism (#884)
* Add support for AssertJ as() and describedAs() in AssertionHandler (#885)
* Support for JSpecify's 0.3.0 annotation [experimental]
- JSpecify: In generics code, get rid of checks for ClassType (#863)
* Update some dependencies (#883)

Version 0.10.18
---------------
* Fix assertion check for structure of enhanced-for loop over a Map keySet (#868)
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.19-SNAPSHOT
VERSION_NAME=0.10.19

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit c6fcc92

Please sign in to comment.