Skip to content

Commit 70d7c9f

Browse files
chore(main): release 0.5.0 (#25)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 054d664 commit 70d7c9f

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

packages/google-cloud-edgecontainer/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/googleapis/python-edgecontainer/compare/v0.4.1...v0.5.0) (2023-03-03)
4+
5+
6+
### Features
7+
8+
* Enable "rest" transport in Python for services supporting numeric enums ([#24](https://github.com/googleapis/python-edgecontainer/issues/24)) ([945e4fa](https://github.com/googleapis/python-edgecontainer/commit/945e4faabc1267ede01875e60488d409b73ff638))
9+
10+
11+
### Bug Fixes
12+
13+
* Add service_yaml parameters to edgecontainer GAPIC targets ([#28](https://github.com/googleapis/python-edgecontainer/issues/28)) ([5fd68bf](https://github.com/googleapis/python-edgecontainer/commit/5fd68bf24b50ff3c01bc0438c4d2c7592c5ba060))
14+
315
## [0.4.1](https://github.com/googleapis/python-edgecontainer/compare/v0.4.0...v0.4.1) (2023-01-20)
416

517

packages/google-cloud-edgecontainer/google/cloud/edgecontainer/gapic_version.py

+1-1
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.4.1" # {x-release-please-version}
16+
__version__ = "0.5.0" # {x-release-please-version}

packages/google-cloud-edgecontainer/google/cloud/edgecontainer_v1/gapic_version.py

+1-1
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.4.1" # {x-release-please-version}
16+
__version__ = "0.5.0" # {x-release-please-version}

packages/google-cloud-edgecontainer/samples/generated_samples/snippet_metadata_google.cloud.edgecontainer.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-edgecontainer",
11-
"version": "0.1.0"
11+
"version": "0.5.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)