Skip to content

Commit

Permalink
Prepare for release 0.10.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp committed Nov 30, 2023
1 parent bf74867 commit 8e89a9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
Changelog
=========
Version 0.10.18
---------------
* Fix assertion check for structure of enhanced-for loop over a Map keySet (#868)

Version 0.10.17
---------------
* Fix bug with computing direct type use annotations on parameters (#864)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m

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

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 8e89a9d

Please sign in to comment.