We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa5383 commit 4f91107Copy full SHA for 4f91107
CHANGELOG.md
@@ -1,5 +1,12 @@
1
Changelog
2
=========
3
+Version 0.11.3
4
+---------------
5
+IMPORTANT: We have cherry-picked one PR in master since 0.11.2 for this release, it
6
+does not contain all changes in master!
7
+
8
+* Add missing source files in android-jarinfer-models-sdk modules (#1033)
9
10
Version 0.11.2
11
---------------
12
* JSpecify: add another bailout check for raw types (#1021)
gradle.properties
@@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
13
14
GROUP=com.uber.nullaway
15
-VERSION_NAME=0.11.3-SNAPSHOT
+VERSION_NAME=0.11.3
16
17
POM_DESCRIPTION=A fast annotation-based null checker for Java
18
0 commit comments