Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
feat: promote to 1.0.0 (#133)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
chingor13 committed Aug 12, 2020
1 parent ca73028 commit 31eeadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://grafeas.io",
"client_documentation": "https://googleapis.dev/java/google-cloud-clients/latest/index.html?io/grafeas/v1/package-summary.html",
"issue_tracker": "",
"release_level": "alpha",
"release_level": "ga",
"language": "java",
"repo": "googleapis/java-grafeas",
"repo_short": "java-grafeas",
Expand Down
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -7,9 +7,6 @@ Java idiomatic client for [Grafeas][grafeas].

- [Client Library Documentation][javadocs]

> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.
## Quickstart

[//]: # ({x-version-update-start:grafeas:released})
Expand Down Expand Up @@ -76,9 +73,6 @@ Java 7 or above is required for using this client.

This library follows [Semantic Versioning](http://semver.org/).

It is currently in major version zero (``0.y.z``), which means that anything may change at any time
and the public API should not be considered stable.

## Contributing

Contributions to this library are always welcome and highly encouraged.
Expand Down Expand Up @@ -115,7 +109,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-grafeas/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-grafeas/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-grafeas/java11.html
[stability-image]: https://img.shields.io/badge/stability-alpha-orange
[stability-image]: https://img.shields.io/badge/stability-ga-green
[maven-version-image]: https://img.shields.io/maven-central/v/io.grafeas/grafeas.svg
[maven-version-link]: https://search.maven.org/search?q=g:io.grafeas%20AND%20a:grafeas&core=gav
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting
Expand Down

0 comments on commit 31eeadf

Please sign in to comment.