Skip to content

Commit

Permalink
Prepare for release 0.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Oct 28, 2024
1 parent dc9cf0e commit e7a1bd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
=========
Version 0.12.1
---------------
* Add library model for Apache Commons CollectionUtils.isNotEmpty (#932) (#1062)
* Handle records in targetTypeMatches (#1061)

Version 0.12.0
---------------
IMPORTANT:
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.12.1-SNAPSHOT
VERSION_NAME=0.12.1

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit e7a1bd1

Please sign in to comment.