Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): release 0.5.2
  • Loading branch information
release-please[bot] authored Jul 4, 2023
commit 0c7a9d154b2ef094e0341886826d4fa78d3ae187
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.1"
".": "0.5.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.2](https://github.com/googleapis/python-network-services/compare/v0.5.1...v0.5.2) (2023-07-04)


### Bug Fixes

* Add async context manager return types ([#85](https://github.com/googleapis/python-network-services/issues/85)) ([17a0737](https://github.com/googleapis/python-network-services/commit/17a0737eec7645eb09590cc3203677aff12beaef))

## [0.5.1](https://github.com/googleapis/python-network-services/compare/v0.5.0...v0.5.1) (2023-03-23)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/network_services/gapic_version.py
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.5.1" # {x-release-please-version}
__version__ = "0.5.2" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/network_services_v1/gapic_version.py
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.5.1" # {x-release-please-version}
__version__ = "0.5.2" # {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-network-services",
"version": "0.1.0"
"version": "0.5.2"
},
"snippets": [
{
Expand Down