Skip to content

Commit 080a6be

Browse files
chore(main): release 0.5.1 (#31)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b95c9a2 commit 080a6be

File tree

5 files changed

+11
-4
lines changed

5 files changed

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

packages/google-cloud-edgecontainer/CHANGELOG.md

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

3+
## [0.5.1](https://github.com/googleapis/python-edgecontainer/compare/v0.5.0...v0.5.1) (2023-03-23)
4+
5+
6+
### Documentation
7+
8+
* Fix formatting of request arg in docstring ([#30](https://github.com/googleapis/python-edgecontainer/issues/30)) ([010c651](https://github.com/googleapis/python-edgecontainer/commit/010c651ccb9c5f56a7cbf1e822def196fb8d706d))
9+
310
## [0.5.0](https://github.com/googleapis/python-edgecontainer/compare/v0.4.1...v0.5.0) (2023-03-03)
411

512

packages/google-cloud-edgecontainer/google/cloud/edgecontainer/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.5.0" # {x-release-please-version}
16+
__version__ = "0.5.1" # {x-release-please-version}

packages/google-cloud-edgecontainer/google/cloud/edgecontainer_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.5.0" # {x-release-please-version}
16+
__version__ = "0.5.1" # {x-release-please-version}

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

0 commit comments

Comments
 (0)