Skip to content

Commit 23aa89e

Browse files
chore(main): release 0.3.0 (#42)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4af0c9b commit 23aa89e

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

528

packages/google-cloud-beyondcorp-appconnectors/google/cloud/beyondcorp_appconnectors/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-appconnectors/google/cloud/beyondcorp_appconnectors_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-appconnectors/samples/generated_samples/snippet_metadata_google.cloud.beyondcorp.appconnectors.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-appconnectors",
11-
"version": "0.1.0"
11+
"version": "0.3.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)