Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Mar 6, 2023
1 parent 054d664 commit 70d7c9f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.1"
".": "0.5.0"
}
12 changes: 12 additions & 0 deletions packages/google-cloud-edgecontainer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/googleapis/python-edgecontainer/compare/v0.4.1...v0.5.0) (2023-03-03)


### Features

* 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))


### Bug Fixes

* 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))

## [0.4.1](https://github.com/googleapis/python-edgecontainer/compare/v0.4.0...v0.4.1) (2023-01-20)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.4.1" # {x-release-please-version}
__version__ = "0.5.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.4.1" # {x-release-please-version}
__version__ = "0.5.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-edgecontainer",
"version": "0.1.0"
"version": "0.5.0"
},
"snippets": [
{
Expand Down

0 comments on commit 70d7c9f

Please sign in to comment.