Skip to content

Commit 864b52b

Browse files
chore(main): release 0.3.0 (#40)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f38fbfc commit 864b52b

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.3.0"
33
}

packages/google-cloud-beyondcorp-clientconnectorservices/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/compare/v0.2.2...v0.3.0) (2022-12-14)
4+
5+
6+
### Features
7+
8+
* Add support for `google.cloud.beyondcorp_clientconnectorservices.__version__` ([96d425c](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/96d425cdcbe6a72636b97d9da5418fee465614a9))
9+
* Add typing to proto.Message based class attributes ([96d425c](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/96d425cdcbe6a72636b97d9da5418fee465614a9))
10+
11+
12+
### Bug Fixes
13+
14+
* Add dict typing for client_options ([96d425c](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/96d425cdcbe6a72636b97d9da5418fee465614a9))
15+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([f044545](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/f044545059fd9db57ce9512d9dda00069cad74ef))
16+
* Drop usage of pkg_resources ([f044545](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/f044545059fd9db57ce9512d9dda00069cad74ef))
17+
* Fix timeout default values ([f044545](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/f044545059fd9db57ce9512d9dda00069cad74ef))
18+
19+
20+
### Documentation
21+
22+
* Fix minor docstring formatting ([96d425c](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/96d425cdcbe6a72636b97d9da5418fee465614a9))
23+
* **samples:** Snippetgen handling of repeated enum field ([96d425c](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/96d425cdcbe6a72636b97d9da5418fee465614a9))
24+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([f044545](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/f044545059fd9db57ce9512d9dda00069cad74ef))
25+
326
## [0.2.2](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/compare/v0.2.1...v0.2.2) (2022-10-10)
427

528

packages/google-cloud-beyondcorp-clientconnectorservices/google/cloud/beyondcorp_clientconnectorservices/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.2" # {x-release-please-version}
16+
__version__ = "0.3.0" # {x-release-please-version}

packages/google-cloud-beyondcorp-clientconnectorservices/google/cloud/beyondcorp_clientconnectorservices_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.2" # {x-release-please-version}
16+
__version__ = "0.3.0" # {x-release-please-version}

packages/google-cloud-beyondcorp-clientconnectorservices/samples/generated_samples/snippet_metadata_google.cloud.beyondcorp.clientconnectorservices.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-beyondcorp-clientconnectorservices",
11-
"version": "0.1.0"
11+
"version": "0.3.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)