Skip to content

Commit

Permalink
Prepare for release 0.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Aug 19, 2024
1 parent fcd3495 commit 84ce3d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog
=========
Version 0.11.2
---------------
* JSpecify: add another bailout check for raw types (#1021)
* JSpecify: handle intersection type in one place (#1015)
* JSpecify: fix for crash with wildcard types (#1020)
* Maintenance:
- Update to Error Prone 2.30.0 (#1017)
- Add test for #1011 (#1018)

Version 0.11.1
---------------
* Fix issue 1008 (#1009)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m

GROUP=com.uber.nullaway
VERSION_NAME=0.11.2-SNAPSHOT
VERSION_NAME=0.11.2

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 84ce3d6

Please sign in to comment.