-
Notifications
You must be signed in to change notification settings - Fork 46
Upgrade JSpecify 0.3.0 -> 1.0.0 #1256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice milestone! 🎉
950febb
to
7def31a
Compare
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
7def31a
to
5343a42
Compare
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
5343a42
to
92f264c
Compare
Looks good. No mutations were possible for these changes. |
|
This PR contains the following updates:
0.3.0
->1.0.0
Release Notes
jspecify/jspecify (JSpecify)
v1.0.0
: 1.0.0Compare Source
JSpecify 1.0.0 is the first stable release of the only consensus-driven, tool-independent nullness annotations for Java code (with benefits for Kotlin interoperability). Future releases will add annotations for other kinds of static-analysis checks.
Check out our usage page for instructions on how to depend on JSpecify in your project and our guidelines on when to start doing so. Also check out our User Guide.
The 1.0.0 release contains four annotations:
@Nullable
@NonNull
@NullMarked
@NullUnmarked
Artifacts
Changes since version 0.3.0
No code changes, only Javadoc changes and OSGI metadata.