Skip to content

Commit

Permalink
Prepare for release 0.10.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp committed Sep 7, 2023
1 parent f98bc4b commit 3a47fee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Changelog
=========
Version 0.10.14
---------------
IMPORTANT: This version introduces EXPERIMENTAL JDK21 support.
* Bump Checker Framework dependency to 3.38.0 (#819)
- Note: Not just an internal implementation change. Needed to support JDK 21!
* Treat parameter of generated Record.equals() methods as @Nullable (#825)
* Build / CI tooling for NullAway itself:
- Fixes Codecov Report Expired error (#821)
- Updated Readme.md with Codecov link (#823)
- Remove ASM-related hack in build config (#824)
- Run tests on JDK 21 (#826)

Version 0.10.13
---------------
* Allow library models to define custom stream classes (#807)
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.10.14-SNAPSHOT
VERSION_NAME=0.10.14

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 3a47fee

Please sign in to comment.