Skip to content

Commit 954216c

Browse files
chore(main): release 3.0.0 (#456)
🤖 I have created a release *beep* *boop* --- ## [3.0.0](googleapis/python-vision@v2.8.0...v3.0.0) (2022-07-18) ### ⚠ BREAKING CHANGES * **v1p3beta1:** Product search related messages and enums changed in an incompatible way * **v1p3beta1:** NormalizedBoundingPoly message removed * **v1:** removed fields from SafeSearchAnnotation message ### Bug Fixes * **v1p3beta1:** NormalizedBoundingPoly message removed ([807684d](googleapis/python-vision@807684d)) * **v1p3beta1:** Product search related messages and enums changed in an incompatible way ([807684d](googleapis/python-vision@807684d)) * **v1:** removed fields from SafeSearchAnnotation message ([807684d](googleapis/python-vision@807684d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 9d52efa commit 954216c

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

packages/google-cloud-vision/.github/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ handleGHRelease: true
33
# NOTE: this section is generated by synthtool.languages.python
44
# See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py
55
branches:
6+
- branch: v2
7+
handleGHRelease: true
8+
releaseType: python
69
- branch: v1
710
handleGHRelease: true
811
releaseType: python

packages/google-cloud-vision/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
[1]: https://pypi.org/project/google-cloud-vision/#history
66

7+
## [3.0.0](https://github.com/googleapis/python-vision/compare/v2.8.0...v3.0.0) (2022-07-18)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* **v1p3beta1:** Product search related messages and enums changed in an incompatible way
13+
* **v1p3beta1:** NormalizedBoundingPoly message removed
14+
* **v1:** removed fields from SafeSearchAnnotation message
15+
16+
### Bug Fixes
17+
18+
* **v1p3beta1:** NormalizedBoundingPoly message removed ([807684d](https://github.com/googleapis/python-vision/commit/807684dab49ea521fd46d7469e263a2e005f54c9))
19+
* **v1p3beta1:** Product search related messages and enums changed in an incompatible way ([807684d](https://github.com/googleapis/python-vision/commit/807684dab49ea521fd46d7469e263a2e005f54c9))
20+
* **v1:** removed fields from SafeSearchAnnotation message ([807684d](https://github.com/googleapis/python-vision/commit/807684dab49ea521fd46d7469e263a2e005f54c9))
21+
722
## [2.8.0](https://github.com/googleapis/python-vision/compare/v2.7.3...v2.8.0) (2022-07-14)
823

924

packages/google-cloud-vision/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "google-cloud-vision"
2121
description = "Cloud Vision API API client library"
22-
version = "2.8.0"
22+
version = "3.0.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)