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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
chore(main): release 0.13.0
  • Loading branch information
@release-please
release-please[bot] authoredJul 4, 2023
commit f7b0531b17c81d8da86a1478b2eeca8377e867ab
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.13.0](https://.com/googleapis/python-batch/compare/v0.12.0...v0.13.0) (2023-07-04)


### Features

* **v1alpha:** Add gpu driver version field ([fa1e00b](https://.com/googleapis/python-batch/commit/fa1e00bedc7386ab6119ab79c11ec03607bb6da7))


### Bug Fixes

* Add async context manager return types ([#122](https://.com/googleapis/python-batch/issues/122)) ([57f49cc](https://.com/googleapis/python-batch/commit/57f49ccd10494f5ad26a592cd35e4f73bcdcdc8d))


### Documentation

* **v1:** Add image shortcut example for Batch HPC CentOS Image ([#119](https://.com/googleapis/python-batch/issues/119)) ([cc9d65a](https://.com/googleapis/python-batch/commit/cc9d65ad9329a3e8b281834fe32ea56ce28b5599))
* **v1alpha:** Add image shortcut example for Batch HPC CentOS Image ([fa1e00b](https://.com/googleapis/python-batch/commit/fa1e00bedc7386ab6119ab79c11ec03607bb6da7))

## [0.12.0](https://.com/googleapis/python-batch/compare/v0.11.0...v0.12.0) (2023-06-14)


Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.12.0" # {x-release-please-version}
__version__ = "0.13.0" # {x-release-please-version}
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.12.0" # {x-release-please-version}
__version__ = "0.13.0" # {x-release-please-version}
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-batch",
"version": "0.1.0"
"version": "0.13.0"
},
"snippets": [
{
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-batch",
"version": "0.1.0"
"version": "0.13.0"
},
"snippets": [
{
Expand Down