Skip to content

Commit

Permalink
Prepare for release 0.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp committed Nov 20, 2023
1 parent fbd076a commit 10711f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
Changelog
=========
Version 0.10.17
---------------
* Fix bug with computing direct type use annotations on parameters (#864)
* Model Apache Flink's RichFunction.open as an @Initializer method (#862)
* Support for JSpecify's 0.3.0 annotation [experimental]
- JSpecify: adding com.google.common to annotated packages in build.gradle (#857)
- JSpecify: handling the return of a diamond operator anonymous object method caller (#858)
- Create com.uber.nullaway.generics package (#855)
- Clarifications and small fixes for checking JSpecify @Nullable annotation (#859)
- Apply minor cleanups suggested by IntelliJ in generics code (#860)

Version 0.10.16
---------------
NOTE: Maven Central signing key rotated for this release following a revocation.
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.17-SNAPSHOT
VERSION_NAME=0.10.17

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 10711f8

Please sign in to comment.