Skip to content

Commit afb9715

Browse files
chore(main): release 0.10.0 (#127)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 73a22c3 commit afb9715

File tree

5 files changed

+21
-4
lines changed

5 files changed

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

packages/google-cloud-run/CHANGELOG.md

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

3+
## [0.10.0](https://github.com/googleapis/python-run/compare/v0.9.1...v0.10.0) (2023-10-09)
4+
5+
6+
### Features
7+
8+
* Adds support for cancel Execution ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
9+
* Adds support for Direct VPC egress setting ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
10+
* Adds support for Execution overrides ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
11+
* New field for Task's scheduled timestamp ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
12+
* New fields for multi-container ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
13+
14+
15+
### Documentation
16+
17+
* General documentation fixes. ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
18+
* Minor formatting ([0b5dc70](https://github.com/googleapis/python-run/commit/0b5dc70d2f8f730e2405f2891c8007bdbbc344ad))
19+
320
## [0.9.1](https://github.com/googleapis/python-run/compare/v0.9.0...v0.9.1) (2023-08-02)
421

522

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

packages/google-cloud-run/google/cloud/run_v2/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.9.1" # {x-release-please-version}
16+
__version__ = "0.10.0" # {x-release-please-version}

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

0 commit comments

Comments
 (0)