Skip to content

Commit 18f580b

Browse files
chore(main): release 0.3.0 (#34)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0bff59e commit 18f580b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/google-cloud-run/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/googleapis/python-run/compare/v0.2.1...v0.3.0) (2022-08-15)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([0d02163](https://github.com/googleapis/python-run/commit/0d02163a93eade5b9218d5330ece1723e375a3ff))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** allow protobuf < 5.0.0 ([#33](https://github.com/googleapis/python-run/issues/33)) ([55bf980](https://github.com/googleapis/python-run/commit/55bf98023e2a6855a394e487db11b6aa7dc57c17))
14+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([0d02163](https://github.com/googleapis/python-run/commit/0d02163a93eade5b9218d5330ece1723e375a3ff))
15+
* **deps:** require proto-plus >= 1.22.0 ([55bf980](https://github.com/googleapis/python-run/commit/55bf98023e2a6855a394e487db11b6aa7dc57c17))
16+
* Updates pre-release Cloud Run v2 Preview client libraries to work with the latest API revision ([0d02163](https://github.com/googleapis/python-run/commit/0d02163a93eade5b9218d5330ece1723e375a3ff))
17+
318
## [0.2.1](https://github.com/googleapis/python-run/compare/v0.2.0...v0.2.1) (2022-07-26)
419

520

packages/google-cloud-run/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-run"
2424
description = "Cloud Run API client library"
25-
version = "0.2.1"
25+
version = "0.3.0"
2626
release_status = "Development Status :: 4 - Beta"
2727
url = "https://github.com/googleapis/python-run"
2828
dependencies = [

0 commit comments

Comments
 (0)