Skip to content

Commit 4f91107

Browse files
committed
Prepare for release 0.11.3.
1 parent caa5383 commit 4f91107

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
=========
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+
310
Version 0.11.2
411
---------------
512
* JSpecify: add another bailout check for raw types (#1021)

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.11.3-SNAPSHOT
15+
VERSION_NAME=0.11.3
1616

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

0 commit comments

Comments
 (0)