We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd3495 commit 84ce3d6Copy full SHA for 84ce3d6
CHANGELOG.md
@@ -1,5 +1,14 @@
1
Changelog
2
=========
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
+
12
Version 0.11.1
13
---------------
14
* Fix issue 1008 (#1009)
gradle.properties
@@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
GROUP=com.uber.nullaway
15
-VERSION_NAME=0.11.2-SNAPSHOT
+VERSION_NAME=0.11.2
16
17
POM_DESCRIPTION=A fast annotation-based null checker for Java
18
0 commit comments