Skip to content

Commit

Permalink
Prepare for release 0.10.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Mar 29, 2024
1 parent 7b8d80c commit 9b648a4
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.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)
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.25-SNAPSHOT
VERSION_NAME=0.10.25

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 9b648a4

Please sign in to comment.