Skip to content

Commit 84ce3d6

Browse files
committed
Prepare for release 0.11.2.
1 parent fcd3495 commit 84ce3d6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Changelog
22
=========
3+
Version 0.11.2
4+
---------------
5+
* JSpecify: add another bailout check for raw types (#1021)
6+
* JSpecify: handle intersection type in one place (#1015)
7+
* JSpecify: fix for crash with wildcard types (#1020)
8+
* Maintenance:
9+
- Update to Error Prone 2.30.0 (#1017)
10+
- Add test for #1011 (#1018)
11+
312
Version 0.11.1
413
---------------
514
* Fix issue 1008 (#1009)

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.11.2-SNAPSHOT
15+
VERSION_NAME=0.11.2
1616

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

0 commit comments

Comments
 (0)