Skip to content

Commit bc26940

Browse files
committed
Prepare for release 0.12.9.
1 parent bdca1c3 commit bc26940

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
=========
3+
Version 0.12.9
4+
---------------
5+
* Add a case in our inference for generic method calls (#1240)
6+
* Add library model for Apache Commons CollectionUtils.isNotEmpty, Amazon CollectionUtils.IsNullOrEmpty, and a couple Amazon StringUtils methods (#1242)
7+
* Maintenance
8+
- Fix maven central link in RELEASING.md (#1237)
9+
- Update to Error Prone 2.41.0 (#1239)
10+
- Add tests for gh-1246 (#1247)
11+
- Test reading JSpecify annotations from bytecodes on JDK 21 (#1245)
12+
313
Version 0.12.8
414
---------------
515
* Document interactions between Guava and JSpecify mode in README (#1208)

gradle.properties

Lines changed: 1 addition & 1 deletion
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.12.9-SNAPSHOT
15+
VERSION_NAME=0.12.9
1616

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

0 commit comments

Comments
 (0)