Skip to content

Commit

Permalink
chore: release 1.0.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 3, 2020
1 parent 761a414 commit 3ea1056
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/google-cloud-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@

[1]: https://pypi.org/project/google-cloud-build/#history

## [1.0.0](https://www.github.com/googleapis/python-cloudbuild/compare/v0.1.0...v1.0.0) (2020-02-28)


### Features

* bump library release level to GA ([#8](https://www.github.com/googleapis/python-cloudbuild/issues/8)) ([f6e5c3b](https://www.github.com/googleapis/python-cloudbuild/commit/f6e5c3bccb86b3900fde848404f64b1d38eca99d))

## 0.1.0

11-07-2019 10:48 PST

**Note**: This library is incompatible with `google-cloud-containeranalysis<0.3.1`. Please upgrade to `google-cloud-containeranalysis>=0.3.1` to use this library.

### New Features
- Initial generation of Cloud Build v1 ([#9510](https://github.com/googleapis/google-cloud-python/pull/9510)).
- Initial generation of Cloud Build v1 ([#9510](https://github.com/googleapis/google-cloud-python/pull/9510)).
2 changes: 1 addition & 1 deletion packages/google-cloud-build/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-build"
description = "Google Cloud Build API client library"
version = "0.1.0"
version = "1.0.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 3ea1056

Please sign in to comment.