Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#127)
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 Oct 19, 2023
1 parent 73a22c3 commit afb9715
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-run/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.1"
".": "0.10.0"
}
17 changes: 17 additions & 0 deletions packages/google-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.10.0](https://github.com/googleapis/python-run/compare/v0.9.1...v0.10.0) (2023-10-09)


### Features

* Adds support for cancel Execution ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
* Adds support for Direct VPC egress setting ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
* Adds support for Execution overrides ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
* New field for Task's scheduled timestamp ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
* New fields for multi-container ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))


### Documentation

* General documentation fixes. ([f2c76e1](https://github.com/googleapis/python-run/commit/f2c76e16a6abf333e36cba50b3270211eb762fcf))
* Minor formatting ([0b5dc70](https://github.com/googleapis/python-run/commit/0b5dc70d2f8f730e2405f2891c8007bdbbc344ad))

## [0.9.1](https://github.com/googleapis/python-run/compare/v0.9.0...v0.9.1) (2023-08-02)


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.9.1" # {x-release-please-version}
__version__ = "0.10.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.9.1" # {x-release-please-version}
__version__ = "0.10.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-run",
"version": "0.1.0"
"version": "0.10.0"
},
"snippets": [
{
Expand Down

0 comments on commit afb9715

Please sign in to comment.