Skip to content

Commit 9b648a4

Browse files
committed
Prepare for release 0.10.25.
1 parent 7b8d80c commit 9b648a4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Changelog
22
=========
3+
Version 0.10.25
4+
---------------
5+
* JSpecify: Handle @nullable assignments to @nonnull arrays (#929)
6+
* Handle JDK 21 case operands in type refinement (#928)
7+
* Track access paths of the form Foo.this.bar (#937)
8+
* Add test for boolean contract with extra message argument (#945)
9+
* Collectors.toMap handling for streams (#938)
10+
* Handle methods that fail unconditionally in ContractHandler (#946)
11+
* Build / CI tooling upgrades:
12+
- Update various dependencies (#939)
13+
314
Version 0.10.24
415
---------------
516
* Add library model for Files.isDirectory (#913)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.caching=true
1212
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
1313

1414
GROUP=com.uber.nullaway
15-
VERSION_NAME=0.10.25-SNAPSHOT
15+
VERSION_NAME=0.10.25
1616

1717
POM_DESCRIPTION=A fast annotation-based null checker for Java
1818

0 commit comments

Comments
 (0)